Author: norman
Date: Tue Jan 11 13:41:48 2011
New Revision: 1057620
URL: http://svn.apache.org/viewvc?rev=1057620&view=rev
Log:
Switch do maven deploy plugin 2.4 to work-around a bug
Modified:
james/server/trunk/pom.xml
Modified: james/server/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1057620&r1=1057619&r2=1057620&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Tue Jan 11 13:41:48 2011
@@ -135,7 +135,13 @@
<target>1.5</target>
</configuration>
</plugin>
-
+ <!-- Use maven deploy plugin version 2.4 as workaround -->
+ <!-- See: http://jira.codehaus.org/browse/MAPPASM-96 -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]