It should have already been working... just looks like the goal above was missing an 'l'.

plugin:deploy actually has a different meaning.

Cheers,
Brett

[EMAIL PROTECTED] wrote:

Author: akarasulu
Date: Sat Dec 11 20:31:31 2004
New Revision: 111636

URL: http://svn.apache.org/viewcvs?view=rev&rev=111636
Log:
finally found out how to get multiproject:deploy working for plugin
Modified:
  incubator/directory/eve/trunk/plugin/maven.xml

Modified: incubator/directory/eve/trunk/plugin/maven.xml
Url: 
http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/plugin/maven.xml?view=diff&rev=111636&p1=incubator/directory/eve/trunk/plugin/maven.xml&r1=111635&p2=incubator/directory/eve/trunk/plugin/maven.xml&r2=111636
==============================================================================
--- incubator/directory/eve/trunk/plugin/maven.xml      (original)
+++ incubator/directory/eve/trunk/plugin/maven.xml      Sat Dec 11 20:31:31 2004
@@ -7,4 +7,8 @@
  <goal name="multiproject:depoy-callback">
    <attainGoal name="plugin:repository-deploy"/>
  </goal>
+
+  <goal name="plugin:deploy">
+    <attainGoal name="plugin:repository-deploy"/>
+  </goal>
</project>









Reply via email to