Author: norman
Date: Tue Jun 8 10:34:19 2010
New Revision: 952599
URL: http://svn.apache.org/viewvc?rev=952599&view=rev
Log:
Use maven-deploy plugin with version 2.4 because 2.5 does not work with
appassembler (JAMES-1016)
Modified:
james/server/trunk/spring-deployment/pom.xml
Modified: james/server/trunk/spring-deployment/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=952599&r1=952598&r2=952599&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Tue Jun 8 10:34:19 2010
@@ -304,7 +304,16 @@
</configuration>
</plugin>
-->
+ <!-- use version 2.4 of the plugin. This is needed as workaround for
+ http://jira.codehaus.org/browse/MAPPASM-96 -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
+
</plugins>
+
</build>
<dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]