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 19:55:30 UTC

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

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)