You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Stephen Connolly (JIRA)" <ji...@codehaus.org> on 2014/01/07 16:23:45 UTC

[jira] (MNG-3326) Profile Deactivation Configuration

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

Stephen Connolly updated MNG-3326:
----------------------------------

    Fix Version/s:     (was: 3.2)
                   Issues to be reviewed for 4.x
    
> Profile Deactivation Configuration
> ----------------------------------
>
>                 Key: MNG-3326
>                 URL: https://jira.codehaus.org/browse/MNG-3326
>             Project: Maven 2 & 3
>          Issue Type: New Feature
>          Components: Profiles
>    Affects Versions: 2.0.8
>            Reporter: Paul Gier
>             Fix For: Issues to be reviewed for 4.x
>
>
> Profile definitions should have a way to add deactivation configuration similar to the activation configuration.  So you could have a profile definition similar to this:
> {code:xml}
> <profile>
>   <id>my-profile</id>
>   <activation>
>     <property>
>       <name>all.profiles.on</name>
>     </property>
>   </activation>
>   <deactivation>
>     <property>
>       <name>all.profiles.off</name>
>     </property>
>     <jdk>1.6</jdk>
>   </deactivation>
> </profile>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira