Gary Gregory created MNG-6042:
---------------------------------
Summary: 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
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)