You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2007/09/24 16:42:00 UTC

svn commit: r578839 - /felix/trunk/bundleplugin/src/main/resources/META-INF/plexus/components.xml

Author: cziegeler
Date: Mon Sep 24 07:41:59 2007
New Revision: 578839

URL: http://svn.apache.org/viewvc?rev=578839&view=rev
Log:
Correct goal, it's "deployment"

Modified:
    felix/trunk/bundleplugin/src/main/resources/META-INF/plexus/components.xml

Modified: felix/trunk/bundleplugin/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/src/main/resources/META-INF/plexus/components.xml?rev=578839&r1=578838&r2=578839&view=diff
==============================================================================
--- felix/trunk/bundleplugin/src/main/resources/META-INF/plexus/components.xml (original)
+++ felix/trunk/bundleplugin/src/main/resources/META-INF/plexus/components.xml Mon Sep 24 07:41:59 2007
@@ -40,7 +40,7 @@
 		</install>
               <deploy>
                 org.apache.maven.plugins:maven-deploy-plugin:deploy,
-                org.apache.felix:maven-obr-plugin:deploy
+                org.apache.felix:maven-obr-plugin:deployment
               </deploy>
             </phases>
             <!-- END SNIPPET: bundle-lifecycle -->