You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2011/05/31 16:21:17 UTC

svn commit: r1129689 - /james/mailet/project/trunk/pom.xml

Author: rdonkin
Date: Tue May 31 14:21:16 2011
New Revision: 1129689

URL: http://svn.apache.org/viewvc?rev=1129689&view=rev
Log:
Pull up Rat run into parent pom.

Modified:
    james/mailet/project/trunk/pom.xml

Modified: james/mailet/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/project/trunk/pom.xml?rev=1129689&r1=1129688&r2=1129689&view=diff
==============================================================================
--- james/mailet/project/trunk/pom.xml (original)
+++ james/mailet/project/trunk/pom.xml Tue May 31 14:21:16 2011
@@ -146,7 +146,41 @@ Plugin management 
 Plugins 
 -->    
     <plugins>
-    
+        
+<!-- 
+
+
+
+
+=============================================
+Apache Rat
+ -->
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <inherited>true</inherited>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+            <configuration>
+              <excludes>
+                <exclude>NOTICE.*</exclude>
+                <exclude>LICENSE.*</exclude>
+                <!-- Generated by Maven -->
+                <exclude>release.properties</exclude>
+                <exclude>dist/**/*</exclude>
+                <!-- Eclipse -->
+                <exclude>**/.*</exclude>
+                <exclude>.*/**/*</exclude>
+              </excludes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      
 <!-- 
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org