ops4j / org.ops4j.pax.construct

Build, manage and deploy many types of OSGi bundles
https://ops4j1.jira.com/wiki/display/paxconstruct/Pax+Construct
24 stars 14 forks source link

Add pax:provision option to select Pax-Runner profiles (-Ddeploy=...) [PAXCONSTRUCT-67] #89

Closed ops4j-issues closed 16 years ago

ops4j-issues commented 16 years ago

Stuart McCulloch created PAXCONSTRUCT-67

Adapt the current -Ddeploy boolean flag to instead take a comma separated list of Pax-Runner profiles.
The current behavior of stopping actual deployment (but generating the deployment pom) will still work
using -Ddeploy=false as before.

But now you'll be able to use:

mvn pax:provision -Ddeploy=war

to enable the WAR profile.


Affects: 0.6.4 Fixed in: 1.0 Votes: 0, Watches: 0

ops4j-issues commented 16 years ago

Stuart McCulloch commented

Fixed under commit r10545

ops4j-issues commented 16 years ago

Stuart McCulloch commented

Fix now available in 1.0 release