You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/06/08 12:34:20 UTC

svn commit: r952599 - /james/server/trunk/spring-deployment/pom.xml

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