You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "David Bernhard (JIRA)" <ji...@codehaus.org> on 2008/04/24 11:04:46 UTC

[jira] Updated: (MNG-3545) Option -P-profile overridden if profile is activebyDefault

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

David Bernhard updated MNG-3545:
--------------------------------

    Attachment: MNG-3545-profiles.patch

The patch file. The technique works for 2.0.9 too; in 2.1 use "-P+foo" to turn _off_ foo with this patch.

> Option -P-profile overridden if profile is activebyDefault
> ----------------------------------------------------------
>
>                 Key: MNG-3545
>                 URL: http://jira.codehaus.org/browse/MNG-3545
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 2.0.9
>            Reporter: David Bernhard
>            Priority: Minor
>         Attachments: maven-profile-bug.zip, MNG-3545-profiles.patch
>
>
> In maven 2.0.9, deactivating a profile "foo" that is declared and marked activeByDefault in the local POM does not work, as in DefaultProfileManager.java:227 all activeByDefault profiles are added if no profile is explicitly given ("-Pbar").
> In the attached zip, run 
>  mvn -P-foo help:active-profiles
> and note that foo *is* active.
> The patch fixes these issues by checking all default-activated profiles against the exclusions list when they are added "by default".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira