From 5f9169496b538f59f9b288386a261ae386bb4c5f Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Sat, 9 Mar 2013 14:50:19 +0000 Subject: [PATCH] Added exclude filters for RAT. Many Apache license headers have been added in previous commits (r1454703, r1454718, r1454719, r1454721, r1454722, r1454723). However some test data files cannot be changed (empty file, files published by by NIST), and in fact the content of this files is public, so they cannot be subject to Apache license, so they are excluded from the RAT report. JIRA: MATH-921 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1454726 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 44b242dc6..422fccb07 100644 --- a/pom.xml +++ b/pom.xml @@ -375,7 +375,40 @@ - + + org.apache.rat + apache-rat-plugin + ${commons.rat.version} + + + + + src/test/maxima/special/RealFunctionValidation/MANIFEST.txt + + + src/test/resources/org/apache/commons/math3/random/testData.txt + src/test/resources/org/apache/commons/math3/random/emptyFile.txt + src/test/resources/org/apache/commons/math3/stat/data/PiDigits.txt + src/test/resources/org/apache/commons/math3/stat/data/NumAcc3.txt + src/test/resources/org/apache/commons/math3/stat/data/Lew.txt + src/test/resources/org/apache/commons/math3/stat/data/NumAcc2.txt + src/test/resources/org/apache/commons/math3/stat/data/NumAcc1.txt + src/test/resources/org/apache/commons/math3/stat/data/Lottery.txt + src/test/resources/org/apache/commons/math3/stat/data/NumAcc4.txt + src/test/resources/org/apache/commons/math3/stat/data/Michelso.txt + src/test/resources/org/apache/commons/math3/stat/data/Mavro.txt + + + bin/** + .gitignore + .git/** + + + + +