[ 
https://jira.codehaus.org/browse/MNG-4533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul Benedict updated MNG-4533:
-------------------------------

    Fix Version/s:     (was: Issues to be reviewed for 3.x)

> Add an always active profile activator
> --------------------------------------
>
>                 Key: MNG-4533
>                 URL: https://jira.codehaus.org/browse/MNG-4533
>             Project: Maven
>          Issue Type: New Feature
>          Components: Profiles
>    Affects Versions: 2.2.1
>            Reporter: Mark Hobson
>            Priority: Minor
>
> There's currently no convenient method of always activating a profile, unless 
> explicitly deactivated.  There is of course {{activeByDefault}}, but this 
> activator is deactivated if another profile within the same pom is activated.
> I propose something like:
> {noformat}
> <activation>
>   <active/>
> </activation>
> {noformat}
> The current workaround is to activate on the absence of a property.  For 
> example:
> {noformat}
> <activation>
>   <property>
>     <name>!dummy</name>
>   </property>
> </activation>
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to