Author: felixk
Date: Mon Mar 21 10:49:21 2011
New Revision: 1083728
URL: http://svn.apache.org/viewvc?rev=1083728&view=rev
Log:
Next version fixes various issues when used with maven 3, add emma report
Modified:
james/jdkim/trunk/pom.xml
Modified: james/jdkim/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/jdkim/trunk/pom.xml?rev=1083728&r1=1083727&r2=1083728&view=diff
==============================================================================
--- james/jdkim/trunk/pom.xml (original)
+++ james/jdkim/trunk/pom.xml Mon Mar 21 10:49:21 2011
@@ -262,7 +262,12 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>2.3.1</version>
+ <version>2.3.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>emma-maven-plugin</artifactId>
+ <version>1.0-alpha-3</version>
</plugin>
</plugins>
</pluginManagement>
@@ -505,4 +510,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]