mvn2: specified profile ignored ------------------------------- Key: MNG-2605 URL: http://jira.codehaus.org/browse/MNG-2605 Project: Maven 2 Issue Type: Bug Components: Profiles Affects Versions: 2.0.4 Environment: windows 2000 Reporter: Attila Mezei-Horvati Attachments: my-app.zip
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 -- 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