Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Duplicate
-
Affects Version/s: 2.0.10
-
Fix Version/s: None
-
Component/s: Profiles
-
Labels:None
-
Environment:Windows, Linux
-
Complexity:Intermediate
Description
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)
haven't yet confirmed