Is it possible to define a property in an extended project using the
same value in the master project?
<!-- In master. -->
<project>
<siteDirectory>/www/ajgdg.com/codearea</siteDirectory>
</project>
<!-- In extension. -->
<project>
<extends>master.xml</extends>
<siteDirectory>${pom.siteDirectory}/project1</siteDirectory>
</project>
It seems that my subproject values are all just a string prepended
to a common prefix. How have other folks handled this?
--
Alain Javier Guarnieri del Gesu - [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]