settings.xml profiles are executed after project profiles
---------------------------------------------------------

                 Key: MNG-4088
                 URL: http://jira.codehaus.org/browse/MNG-4088
             Project: Maven 2
          Issue Type: Bug
          Components: Profiles
    Affects Versions: 2.0.10
         Environment: Windows, Linux
            Reporter: Samuel Santos
            Priority: Critical


Examples like the one at 
http://www.sonatype.com/books/maven-book/reference/profiles-sect-tips-tricks.html
 do not work anymore.

The active profiles output is:
$ mvn help:active-profiles
Active Profiles for Project 'My Project':

The following profiles are active:

 - my-internal-profile (source: pom.xml)
 - my-external-profile (source: profiles.xml)
 - my-settings-profile (source: settings.xml)

instead of:
$ mvn help:active-profiles
Active Profiles for Project 'My Project':

The following profiles are active:

 - my-settings-profile (source: settings.xml)
 - my-external-profile (source: profiles.xml)
 - my-internal-profile (source: pom.xml)

-- 
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

        

Reply via email to