I have attached an extremely simple test case. Just unzip and try "maven clean". The error I get is:
i have tried your test case because im experimenting similar issues with entity references (relative paths not resolved in a multiproject context). if i modify slighty your test case it doesnot fail anymore. the trick is to pass the absolute path to the maven pom tag. in your case :
<m:pom projectDescriptor='${basedir}/otherProject.xml' var='otherPom'/>
my:test: [echo] Reading other project... [echo] otherPom.id = other-project:other-project [echo] Finished reading other project...
hope it helps.
-- gd
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
