aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorEmmanuel Bourg <ebourg@apache.org>2014-06-05 12:21:49 +0000
committerEmmanuel Bourg <ebourg@apache.org>2014-06-05 12:21:49 +0000
commit655a6b7b53fccf9d52f022587c27005296d3fcce (patch)
tree24cb3e2e82302fdab89364b30ce68eb5739f83a0 /pom.xml
parent4c16fda65e01b16e685233c84fe3e7653bff745b (diff)
downloadapache-commons-bcel-655a6b7b53fccf9d52f022587c27005296d3fcce.tar.gz
Excluded files from the RAT report
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1600628 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7a4ad756..a4e7f20c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,6 +257,24 @@
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.6</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>${commons.rat.version}</version>
+ <configuration>
+ <excludes>
+ <exclude>src/test/resources/**</exclude>
+ <exclude>docs/*.bib</exclude>
+ <exclude>docs/*.mdl</exclude>
+ <exclude>docs/eps/*</exclude>
+ <exclude>**/*.eps</exclude>
+ <exclude>**/*.bnf</exclude>
+ <exclude>**/*.mini</exclude>
+ <exclude>TODO.JustIce</exclude>
+ <exclude>src/examples/Mini/MiniParser$JJCalls</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
</reporting>