You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/03/01 11:21:21 UTC

svn commit: r1451553 - /commons/proper/lang/trunk/pom.xml

Author: olamy
Date: Fri Mar  1 10:21:21 2013
New Revision: 1451553

URL: http://svn.apache.org/r1451553
Log:
fix rat report configuration

Modified:
    commons/proper/lang/trunk/pom.xml

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1451553&r1=1451552&r2=1451553&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Fri Mar  1 10:21:21 2013
@@ -541,6 +541,7 @@
         </configuration>
       </plugin>
     </plugins>
+
   </build>
 
   <reporting>
@@ -609,6 +610,18 @@
         <artifactId>javancss-maven-plugin</artifactId>
         <version>2.0</version>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>site-content/**</exclude>
+            <exclude>src/site/resources/download_lang.cgi</exclude>
+            <exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
+            <exclude>src/test/resources/lang-708-input.txt</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </reporting>