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 2009/05/28 12:10:42 UTC

svn commit: r779529 - /james/mailet/standard/trunk/pom.xml

Author: rdonkin
Date: Thu May 28 10:10:41 2009
New Revision: 779529

URL: http://svn.apache.org/viewvc?rev=779529&view=rev
Log:
MAILETSTANDARD-2 Run rat:check as part of the build. https://issues.apache.org/jira/browse/MAILETSTANDARD-2

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

Modified: james/mailet/standard/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/pom.xml?rev=779529&r1=779528&r2=779529&view=diff
==============================================================================
--- james/mailet/standard/trunk/pom.xml (original)
+++ james/mailet/standard/trunk/pom.xml Thu May 28 10:10:41 2009
@@ -318,7 +318,30 @@
             </goals>
           </execution>
         </executions>
-      </plugin>      
+      </plugin>      
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>0.6</version>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <excludes>
+            <exclude>NOTICE.txt</exclude>
+            <exclude>LICENSE.txt</exclude>
+            <exclude>LICENSE.apache</exclude>
+            <!-- Generated by Maven -->
+            <exclude>release.properties</exclude>
+            <exclude>dist/**/*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   



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