You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/02/02 10:35:14 UTC

svn commit: r374322 - /incubator/servicemix/trunk/servicemix-wsn2005/maven.xml

Author: foconer
Date: Thu Feb  2 01:35:01 2006
New Revision: 374322

URL: http://svn.apache.org/viewcvs?rev=374322&view=rev
Log:
Added "nightly" goal that will deploy both the zip and jar files.

Modified:
    incubator/servicemix/trunk/servicemix-wsn2005/maven.xml

Modified: incubator/servicemix/trunk/servicemix-wsn2005/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-wsn2005/maven.xml?rev=374322&r1=374321&r2=374322&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-wsn2005/maven.xml (original)
+++ incubator/servicemix/trunk/servicemix-wsn2005/maven.xml Thu Feb  2 01:35:01 2006
@@ -25,6 +25,7 @@
 
          <!-- redefined "build" goal from parent pom -->
 	 <goal name="default" prereqs="clean, jar:install, jbi:install"/>
+	 <goal name="nightly" prereqs="clean, jar:install, jbi:install, jar:deploy, jbi:deploy"/>
 	             
 	 <preGoal name="java:compile">
            <attainGoal name="jaxws:compile"/>
@@ -150,13 +151,4 @@
            </ant:jar>
          </goal>
          
-         <!-- Uploads the installer to the dist repository after deploying the jar binary -->
-	 <postGoal name="jar:deploy">
-	     <artifact:deploy
-	       artifact="${basedir}/target/${pom.artifactId}-installer-${pom.currentVersion}.zip"
-	       type="zip"
-	       project="${pom}"
-	     />
-         </postGoal>
-
 </project>