Re: parent pom relative path not working, with test case

2018-11-01 Thread Marshall Schor
added Jira https://issues.apache.org/jira/browse/MNG-6503 On 11/1/2018 12:22 PM, Karl Heinz Marbaise wrote: > Hi, > > can you please file an issue in JIRA and please add an example project to > reproduce the issue... > > Kind regards > Karl Heinz Marbaise > > On 01/11/18 14:49, Marshall Schor wrot

Re: parent pom relative path not working, with test case

2018-11-01 Thread Karl Heinz Marbaise
Hi, can you please file an issue in JIRA and please add an example project to reproduce the issue... Kind regards Karl Heinz Marbaise On 01/11/18 14:49, Marshall Schor wrote: also tried with just released maven 3.6.0 - same behavior. On 11/1/2018 9:34 AM, Marshall Schor wrote: Hi, I can g

Re: parent pom relative path not working, with test case, worked in maven 3.3.9

2018-11-01 Thread Marshall Schor
This appears to be maven-release related, because this works in version 3.3.9, but not in 3.5.4 or 3.6.0. Anyone know a workaround? -Marshall On 11/1/2018 9:49 AM, Marshall Schor wrote: > also tried with just released maven 3.6.0 - same behavior. > > On 11/1/2018 9:34 AM, Marshall Schor wrote: >

Re: parent pom relative path not working, with test case

2018-11-01 Thread Marshall Schor
also tried with just released maven 3.6.0 - same behavior. On 11/1/2018 9:34 AM, Marshall Schor wrote: > Hi, > > I can get parent pom relative path to work from a top level pom referencing a > subfolder at the 1st level. > > But it fails for me when the top level includes a sub project > contain

parent pom relative path not working, with test case

2018-11-01 Thread Marshall Schor
Hi, I can get parent pom relative path to work from a top level pom referencing a subfolder at the 1st level. But it fails for me when the top level includes a sub project contained in another 1st level folder next to the parent pom's folder, where that project's pom references the parent-pom us