Re: [Regression] Declared properties could not be modified anymore within a plugin

2016-10-02 Thread Benson Margulies
On Fri, Sep 30, 2016 at 1:50 PM, Karl Heinz Marbaise wrote: > Hi, > > On 30/09/16 15:20, mric...@gmx.de wrote: >> >> Hi all, >> >> we discovered a problem with properties defined in a pom.xml. >> >> Properties could be defined in a pom.xml like: >> >> >> default >> >> >> In a maven plugin we fet

Re: ${project.parent.basedir} not resolved in assembly descriptor

2016-10-02 Thread Stephen Connolly
Is one project resolving the parent from the reactor and the other removing from the repository cache? On Saturday 1 October 2016, Oliver B. Fischer wrote: > I use the property ${project.parent.basedir} in two projects in different > assembly descriptors. In one project ${project.parent.basedir}

${project.parent.basedir} not resolved in assembly descriptor

2016-10-02 Thread Oliver B. Fischer
I use the property ${project.parent.basedir} in two projects in different assembly descriptors. In one project ${project.parent.basedir} is properly interpolated to the correct path. In the second project not. Is there any way except running mvn with -X to find out why the Assembly plugin in t