Hello, is there a way to inherit parent's pom.siteDirectory

ie, I can define siteDirectory element in project.xml


<extend> ${basedir}/../project.xml> </extend>
......


<siteDirectory>${pom.siteDirectory}/mydir </siteDirectory>


When I try this with my maven site goal, I got stack overflow.

Thanks

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

Reply via email to