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:00:36 UTC

svn commit: r374562 - /incubator/servicemix/trunk/servicemix-jsr181/maven.xml

Author: foconer
Date: Thu Feb  2 18:00:22 2006
New Revision: 374562

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

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

Modified: incubator/servicemix/trunk/servicemix-jsr181/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-jsr181/maven.xml?rev=374562&r1=374561&r2=374562&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-jsr181/maven.xml (original)
+++ incubator/servicemix/trunk/servicemix-jsr181/maven.xml Thu Feb  2 18:00:22 2006
@@ -49,14 +49,5 @@
   	<copy file="${basedir}/target/servicemix-jsr181-${pom.currentVersion}.xsd" todir="${basedir}/../xdocs"/>    
     <copy file="${basedir}/target/servicemix-jsr181-${pom.currentVersion}.xsd.html" todir="${basedir}/../xdocs"/>
   </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>