Hi,
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?
Also if I have two levels of inheritance, the top level maven.xml is not
inherited, only the second level one. I tried with jelly tags "include" and
"import" but preGoals and postGoals don't seem to be available.
Help would be very appreciated.
Thanks in advance
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]