> 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?
Won't happen in Maven 1.0 because it broke people's code when it was implemented as they started relying on this behaviour. > 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. This should work as of rc2. What version are you using? - Brett
