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/08 16:58:41 UTC

svn commit: r1100753 - /james/mailet/ai/trunk/pom.xml

Author: rdonkin
Date: Sun May  8 14:58:40 2011
New Revision: 1100753

URL: http://svn.apache.org/viewvc?rev=1100753&view=rev
Log:
JAMES-1231 Added back in rat report.

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

Modified: james/mailet/ai/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/ai/trunk/pom.xml?rev=1100753&r1=1100752&r2=1100753&view=diff
==============================================================================
--- james/mailet/ai/trunk/pom.xml (original)
+++ james/mailet/ai/trunk/pom.xml Sun May  8 14:58:40 2011
@@ -455,6 +455,30 @@ Site 
               </configuration>
             </plugin>
               
+            <!--
+    
+    
+    
+             =================================
+             Rat        
+             -->
+            <plugin>
+              <groupId>org.apache.rat</groupId>
+              <artifactId>apache-rat-plugin</artifactId>
+              <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>
+            </plugin>
+              
            </reportPlugins>
         </configuration>
       </plugin>



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