Details
Description
Need to be able to pass in a list of profiles to activate in pom type - there's currently a TODO in Pom.java for this.
Attachments
Issue Links
| This issue relates to: | ||||
| MANTTASKS-118 | profile activation through properties fails |
|
|
|
| This issue is related to: | ||||
| MANTTASKS-105 | dependencies task don't read remote repositories from settings xml |
|
|
|
| MANTTASKS-56 | add profile support to the ant tasks |
|
|
|
| This issue is depended upon by: | ||||
| MANTTASKS-95 | Inkonsistency in handling of properties in distributionManagement |
|
|
|
Here is a patch. Use it like:
<pom file="pom.xml">
<activeProfile id="foo" />
<activeProfile id="bar" if="some.property.is.set" />
</pom>