Author: mcculls
Date: Tue Sep 25 01:37:42 2007
New Revision: 579124
URL: http://svn.apache.org/viewvc?rev=579124&view=rev
Log:
Mark OBR mojos as optional
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=579124&r1=579123&r2=579124&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
Tue Sep 25 01:37:42 2007
@@ -37,12 +37,16 @@
<install>
org.apache.maven.plugins:maven-install-plugin:install,
org.apache.felix:maven-obr-plugin:repository
- </install>
+ </install>
<deploy>
org.apache.maven.plugins:maven-deploy-plugin:deploy,
org.apache.felix:maven-obr-plugin:deployment
</deploy>
</phases>
+ <optional-mojos>
+
<optional-mojo>org.apache.felix:maven-obr-plugin:repository</optional-mojo>
+
<optional-mojo>org.apache.felix:maven-obr-plugin:deployment</optional-mojo>
+ </optional-mojos>
<!-- END SNIPPET: bundle-lifecycle -->
</lifecycle>
</lifecycles>