[ https://issues.apache.org/jira/browse/MNG-6870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17043707#comment-17043707 ]
Arnaud Rivero edited comment on MNG-6870 at 2/24/20 5:39 PM: ------------------------------------------------------------- Sure, you can find one here: [Github sample|[https://github.com/ArnaudRivero/MNG-6870-sample]] was (Author: bosion): Sure, you can find one here: [MNG-6870-sample|[https://github.com/ArnaudRivero/MNG-6870-sample]] > A maven project can't fetch its parent when its repository is configured with > an interpolated variable > ------------------------------------------------------------------------------------------------------ > > Key: MNG-6870 > URL: https://issues.apache.org/jira/browse/MNG-6870 > Project: Maven > Issue Type: Bug > Components: Artifacts and Repositories, Inheritance and Interpolation > Affects Versions: 3.6.3 > Reporter: Arnaud Rivero > Priority: Major > Fix For: waiting-for-feedback > > > Maven seems to be unable to fetch its parent pom.xml on a remote repository > when it uses an interpolated variable in its repositories configuration. > However, if no parent is declared in the same project pom.xml and the parent > is declared as a dependency instead, then it is downloaded. > If we have both the parent configured and declared as a dependency, the same > problem occurs : Maven can't download the parent from the remote repository > Lastly, if we replace the variable by its value, there are no problem > downloading the parent pom.xml > The problem occurs whether the variable is a property defined in the pom.xml > or is an environment variable > > It seems maven can only interpolate a variable value in a pom.xml after the > parent has been resolved > -- This message was sent by Atlassian Jira (v8.3.4#803005)