You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/09/20 10:23:05 UTC

svn commit: r1808981 - /commons/proper/jelly/branches/1.X/pom.xml

Author: chtompki
Date: Wed Sep 20 10:23:04 2017
New Revision: 1808981

URL: http://svn.apache.org/viewvc?rev=1808981&view=rev
Log:
adding apache-rat-plugin

Modified:
    commons/proper/jelly/branches/1.X/pom.xml

Modified: commons/proper/jelly/branches/1.X/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/pom.xml?rev=1808981&r1=1808980&r2=1808981&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/pom.xml (original)
+++ commons/proper/jelly/branches/1.X/pom.xml Wed Sep 20 10:23:04 2017
@@ -417,6 +417,19 @@
           </excludes>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>0.12</version>
+        <configuration>
+          <excludes>
+            <exclude>dist/**</exclude>
+            <exclude>docker/answer.txt</exclude>
+            <exclude>jdk-1_5_0_22-linux-amd64.bin</exclude>
+            <exclude>jelly-tags/ant/src/test/org/apache/commons/jelly/ant/sample.txt</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <dependencies>