You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Niklas Grebe (JIRA)" <ji...@apache.org> on 2017/03/24 10:18:41 UTC

[jira] [Created] (MNG-6193) Properties not working in parent version tag

Niklas Grebe created MNG-6193:
---------------------------------

             Summary: Properties not working in parent version tag
                 Key: MNG-6193
                 URL: https://issues.apache.org/jira/browse/MNG-6193
             Project: Maven
          Issue Type: Bug
            Reporter: Niklas Grebe
            Priority: Minor
         Attachments: pom.xml

Using properties in the parent version tag isn't working and gives an error:
{noformat}
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for com.foo.bar:some-parent:1.0-SNAPSHOT: Failure to find org.springframework.boot:spring-boot-starter-parent:pom:${spring.boot.version} in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 19, column 10
{noformat}
It seems like the ${var.name} isn't replaced in the parent version tag. I've added my test pom.xml as an attachment. If you replace the ${spring.boot.version} with the actual version it works fine.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)