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:57:29 UTC

svn commit: r374333 - /incubator/servicemix/trunk/servicemix-http/maven.xml

Author: foconer
Date: Thu Feb  2 01:57:20 2006
New Revision: 374333

URL: http://svn.apache.org/viewcvs?rev=374333&view=rev
Log:
updated nightly build to include deploying of jar file. Also removed the postGoal.

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

Modified: incubator/servicemix/trunk/servicemix-http/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-http/maven.xml?rev=374333&r1=374332&r2=374333&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-http/maven.xml (original)
+++ incubator/servicemix/trunk/servicemix-http/maven.xml Thu Feb  2 01:57:20 2006
@@ -23,9 +23,8 @@
     xmlns:artifact="artifact">
 
   <!-- redefined "build" goal from parent pom -->
-  <goal name="default" prereqs="clean, jbi:install"/>
-  
-  <goal name="nightly" prereqs="clean, jbi:install, jbi:deploy"/>
+  <goal name="default" prereqs="clean, jar:install, jbi:install"/>  
+  <goal name="nightly" prereqs="clean, jar:install, jbi:install, jar:deploy, jbi:deploy"/>
 
   <postGoal name="java:compile">
     <attainGoal name="xbean:generate" />
@@ -49,14 +48,5 @@
   	<copy file="${basedir}/target/servicemix-http-${pom.currentVersion}.xsd" todir="${basedir}/../xdocs"/>    
     <copy file="${basedir}/target/servicemix-http-${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>