You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2016/06/13 21:10:04 UTC

[jira] [Updated] (MNG-6042) Properties defined in POM>properties are not resolved in POM repositories>repository>url

     [ https://issues.apache.org/jira/browse/MNG-6042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Gregory updated MNG-6042:
------------------------------
    Affects Version/s: 3.3.9

> Properties defined in POM>properties are not resolved in POM repositories>repository>url
> ----------------------------------------------------------------------------------------
>
>                 Key: MNG-6042
>                 URL: https://issues.apache.org/jira/browse/MNG-6042
>             Project: Maven
>          Issue Type: Bug
>    Affects Versions: 3.3.9
>            Reporter: Gary Gregory
>
> Properties defined in POM>properties are not resolved in POM repositories>repository>url.
> For example:
> {code:xml}
>   ...
>   <properties>
>     ...
>     <rs.repo>http://example.com/artifactory</rs.repo>
>   </properties>
>   <repositories>
>     <repository>
>       <id>artifactory-libs</id>
>       <url>${rs.repo}/libs-release-local</url>
>     </repository>
>    ...
>   </repositories>
>   ...
> {code}
> This will give me errors showing {{$\{rs.repo\}/libs-release-local}} instead of the resolved property.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)