> In the maven.xml in my child projects, whose project.xml
> extends a ${basedir}/../project.xml, I have the following lines:
>
> <property environment="env"/>
> <util:properties file="../project.properties" trim="true" />
> <util:properties file="../build.properties" trim="true" />
>
> This is immediately after the <project> tag, and immediately
> before any goals.
I'm trying to avoid having a maven.xml file in all of my child projects.
I want to have maven.xml files only where custom logic is occurring, so
we can keep tabs on it to ensure that things don't get out of control.
I'm guessing that I'm going to have to wait for parent properties to be
available before this will work successfully, but I'm open to
suggestions.
Thanks!
-- Sean T.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]