You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Trevor Baker (JIRA)" <ji...@codehaus.org> on 2012/12/11 19:46:13 UTC

[jira] (MNG-5276) CLI property doesn't override profile property

    [ https://jira.codehaus.org/browse/MNG-5276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=315431#comment-315431 ] 

Trevor Baker commented on MNG-5276:
-----------------------------------

Would like to lower priority. I believe this issue should only apply to the help:effective-pom goal to display command-line properties
                
> 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
>         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