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

2016-10-03 Thread Oliver B. Fischer
No. The the second uses the parent of the first one as parent POM. Could this be the reason? Am 02.10.16 um 10:04 schrieb 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 wro

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