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/01/25 12:34:16 UTC

svn commit: r372198 - /incubator/servicemix/trunk/tooling/maven-jbi-plugin/maven.xml

Author: foconer
Date: Wed Jan 25 03:34:04 2006
New Revision: 372198

URL: http://svn.apache.org/viewcvs?rev=372198&view=rev
Log:
Added plugin:deploy goal. This should deploy the created binary in plugin repository.

Modified:
    incubator/servicemix/trunk/tooling/maven-jbi-plugin/maven.xml

Modified: incubator/servicemix/trunk/tooling/maven-jbi-plugin/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/tooling/maven-jbi-plugin/maven.xml?rev=372198&r1=372197&r2=372198&view=diff
==============================================================================
--- incubator/servicemix/trunk/tooling/maven-jbi-plugin/maven.xml (original)
+++ incubator/servicemix/trunk/tooling/maven-jbi-plugin/maven.xml Wed Jan 25 03:34:04 2006
@@ -26,5 +26,12 @@
 
   <goal name="default" prereqs="plugin:repository-install, plugin:install-now"/>
   <goal name="nightly" prereqs="clean, plugin:repository-install, plugin:install-now, plugin:repository-deploy"/>
+  
+  <!-- Executed when calling multiproject:deploy from root -->
+  <goal name="plugin:deploy" 
+          description="Deploys javadoc binary" prereqs="javadoc:install">
+            
+          <attainGoal name="plugin:repository-deploy"/>
+  </goal>
 
 </project>