[ https://jira.codehaus.org/browse/MNG-5276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anders Hammar updated MNG-5276:
-------------------------------
Priority: Minor (was: Major)
Lowering priority on reporter's request.
> CLI property doesn't override profile property
> ----------------------------------------------
>
> Key: MNG-5276
> URL: https://jira.codehaus.org/browse/MNG-5276
> Project: Maven 2 & 3
> Issue Type: Bug
> Components: Inheritance and Interpolation
> Affects Versions: 3.0.4
> Environment: n/a
> Reporter: Trevor Baker
> Priority: Minor
> Attachments: pom.xml
>
>
> Run:
> mvn initialize help:effective-pom -Dmyprop=override
> on the attached pom.
> Expected:
> {code:xml}
> <properties>
> <myprop>override</myprop>
> <myprop2>override</myprop2>
> </properties>
> {code}
> Actual:
> {code:xml}
> <properties>
> <myprop>profile-prop</myprop>
> <myprop2>override</myprop2>
> </properties>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|