You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2011/12/22 10:26:05 UTC

svn commit: r1222157 - /incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml

Author: brett
Date: Thu Dec 22 10:26:05 2011
New Revision: 1222157

URL: http://svn.apache.org/viewvc?rev=1222157&view=rev
Log:
update RAT config

Modified:
    incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml

Modified: incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml?rev=1222157&r1=1222156&r2=1222157&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml Thu Dec 22 10:26:05 2011
@@ -53,6 +53,24 @@
     </dependency>
   </dependencies>
 
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes>
+              <exclude>**/*.iml</exclude>
+
+              <exclude>src/it/**</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
   <profiles>
     <profile>
       <id>run-its</id>