Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.4
-
None
-
windows 2000
Description
Profile specification on command line is ignored and all profiles are active.
How to reproduce:
- open attachment
- extract to folder
- type: cd my-app
- type: mvn help:active-profiles -Pproduction
- you get the following:
The following profiles are active:
- skipunittest (source: profiles.xml)
- test (source: profiles.xml)
- production (source: profiles.xml)
- you should get:
The following profiles are active:
- production (source: profiles.xml)
thanks,
Attila
Attachments
Attachments
Issue Links
- is duplicated by
-
MNG-3788 Profiles in profiles.xml not activated properly
- Closed