aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGary D. Gregory <ggregory@apache.org>2016-06-21 19:50:07 +0000
committerGary D. Gregory <ggregory@apache.org>2016-06-21 19:50:07 +0000
commit047f53fab6e1ccbc406ffe8fc017cdc608a3e945 (patch)
tree8de4a5fccfc2e12ac8af9997de04127d23cb9c79 /pom.xml
parentd68403226cc23a579ef165c180f2ff7c6e0c6067 (diff)
downloadapache-commons-bcel-047f53fab6e1ccbc406ffe8fc017cdc608a3e945.tar.gz
Configure RAT for 'mvn apache-rat:check'.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1749591 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 2b7fa605..ae2d48f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,6 +199,24 @@
<build>
<plugins>
+ <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>
<!-- Allow Clirr to be run from command line -->
<plugin>
<groupId>org.codehaus.mojo</groupId>