Author: felixk
Date: Tue Mar 15 23:23:38 2011
New Revision: 1082000
URL: http://svn.apache.org/viewvc?rev=1082000&view=rev
Log:
This plugin has moved over from codehaus to apache
Modified:
james/imap/trunk/pom.xml
Modified: james/imap/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/pom.xml?rev=1082000&r1=1081999&r2=1082000&view=diff
==============================================================================
--- james/imap/trunk/pom.xml (original)
+++ james/imap/trunk/pom.xml Tue Mar 15 23:23:38 2011
@@ -135,6 +135,11 @@
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.7.2</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>0.7</version>
+ </plugin>
</plugins>
</pluginManagement>
@@ -269,9 +274,8 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>rat-maven-plugin</artifactId>
- <version>1.0-alpha-3</version>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
<exclude>NOTICE.*</exclude>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]