I have subprojects with project.xml extending a base project.xml
<project>
<extend>${basedir}/../../common/project.xml</extend>
But properties defined in the superproject' project.properties are not
available to subprojects.
The only way to do this was define properties in the base maven.xml with
j:set
<j:set var="maven.compile.executable">jikes</j:set>
But then they can't be overriden by the project.properties in the
subprojects. I think that it can be solved with a j:if for each property but
is there an easy way?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]