AFAIK there is no special syntax. It will be inherited automatically.Automatically? Meaning if my project.xml has
<extend>/usr/local/share/java/maven/master/project-master.xml</extend>
Then maven will look for
/usr/local/share/java/maven/master/project.properties
Automatically?
Or does it look soley for ${basedir}/../project.properties?
Thanks, --Sean
