[ 
http://jira.codehaus.org/browse/MNG-3538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=179139#action_179139
 ] 

Liya Katz commented on MNG-3538:
--------------------------------

Same problem with properties inside <parent>

> Properties inside <dependency> are not replaced in resulting POM
> ----------------------------------------------------------------
>
>                 Key: MNG-3538
>                 URL: http://jira.codehaus.org/browse/MNG-3538
>             Project: Maven 2
>          Issue Type: Bug
>    Affects Versions: 2.0.9
>            Reporter: Ondrej Par
>             Fix For: 3.x
>
>
> When I use the following dependency definition, the correct classifier is 
> used during build; however, when the project POM file is deployed to the 
> repository, it still contains the property name, not the replaced value:
>       <dependency>
>               <groupId>someGroup</groupId>
>               <artifactId>someArtifact</artifactId>
>               <version>3.3.0</version>
>               <classifier>${myproperty.arch}</classifier>
>       </dependency>

-- 
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

        

Reply via email to