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/03 03:01:59 UTC

svn commit: r374563 - /incubator/servicemix/trunk/servicemix-lwcontainer/maven.xml

Author: foconer
Date: Thu Feb  2 18:01:48 2006
New Revision: 374563

URL: http://svn.apache.org/viewcvs?rev=374563&view=rev
Log:
removed postGoal that deploys the installer zip binary. This will be handled by nightly goal.

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

Modified: incubator/servicemix/trunk/servicemix-lwcontainer/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-lwcontainer/maven.xml?rev=374563&r1=374562&r2=374563&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-lwcontainer/maven.xml (original)
+++ incubator/servicemix/trunk/servicemix-lwcontainer/maven.xml Thu Feb  2 18:01:48 2006
@@ -24,14 +24,5 @@
   <!-- 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"/>
-      
-  <!-- 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>