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

2017-03-24 Thread Niklas Grebe (JIRA)

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

Niklas Grebe updated MNG-6193:
--
Description: 
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 variable isn't replaced in the parent version tag. I've added 
my test pom.xml as an attachment. If you replace the variable with the actual 
version it works fine.

  was:
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.


> 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 variable isn't replaced in the parent version tag. I've 
> added my test pom.xml as an attachment. If you replace the variable with the 
> actual version it works fine.



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


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

2017-03-24 Thread Niklas Grebe (JIRA)
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)