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-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org