Thomas Van de Velde wrote:
You could do this:

Within your module:

<project>
<extend>${module.root}/project.xml</extend>
 </project>

Within module's project.properties:

module.root=../.. [your path to your base POM]

When you build in isolation:

maven jar:install -Dmodule.root=.

So what is the effect?
When building in isolation the project description extends itself?
Is this a supported feature, or it will break on the next Maven release?



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to