Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.6.4
-
Fix Version/s: 1.0
-
Component/s: maven-pax-plugin
-
Labels:None
Description
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.

Fixed under commit r10545