You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@codehaus.org> on 2013/03/10 12:56:52 UTC

[jira] (MPH-94) MavenProject.getActiveProfiles() does not merge active profiles from parent POMs

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

Robert Scholte moved MNG-4702 to MPH-94:
----------------------------------------

           Complexity:   (was: Intermediate)
    Affects Version/s:     (was: 3.0-beta-1)
                           (was: 2.2.1)
                  Key: MPH-94  (was: MNG-4702)
              Project: Maven 2.x Help Plugin  (was: Maven 2 & 3)
    
> MavenProject.getActiveProfiles() does not merge active profiles from parent POMs
> --------------------------------------------------------------------------------
>
>                 Key: MPH-94
>                 URL: https://jira.codehaus.org/browse/MPH-94
>             Project: Maven 2.x Help Plugin
>          Issue Type: Bug
>            Reporter: Lars Corneliussen
>         Attachments: buggy-profiles.zip
>
>
> Profiles from parent pom's are internally merged, but getActiveProfiles() doesn't return them as long as they aren't redefined in the module.
> The zip contains two poms with some profiles:
> buggy-profiles (activate-me, active-by-default, shared-profile)
> + buggy-module (module-activate-me, module-active-by-default, shared-profile)
> Each of the profiles adds a "echo ..." to the validate-phase.
> {code:title=mvn validate help:active-profiles}
> ------------------------------------------------------------------------
> Building buggy-pom 1.0-SNAPSHOT
> ------------------------------------------------------------------------
> --- exec-maven-plugin:1.1:exec (active-by-default) @ buggy-pom ---
> "### running 'active-by-default'"
> ------------------------------------------------------------------------
> Building buggy-module 1.0-SNAPSHOT
> ------------------------------------------------------------------------
> --- exec-maven-plugin:1.1:exec (active-by-default) @ buggy-module ---
> "### running 'active-by-default'"
> --- exec-maven-plugin:1.1:exec (module-active-by-default) @ buggy-module ---
> "### running 'module-active-by-default'"
> ..
> ..
> Active Profiles for Project 'test:buggy-pom:pom:1.0-SNAPSHOT':
> The following profiles are active:
>  - active-by-default (source: pom)
>  - netcologne.default (source: settings.xml)
> Active Profiles for Project 'test:buggy-module:pom:1.0-SNAPSHOT':
> The following profiles are active:
>  - module-active-by-default (source: pom)
>  - netcologne.default (source: settings.xml)
> {code}
> The module should also list 'active-by-default'. Even more since it is also run correctly.
> Explicitely activated profiles behave the same:
> {code}mvn validate help:active-profiles -P activate-me, module-activate-me{code}
> When the a profile is redefined in the module (without any changes) the active-profiles list is correct:
> {code}
> {code}mvn validate help:active-profiles -P activate-me, module-activate-me{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