> -----Original Message-----
> From: Sean Kelly [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 27, 2004 8:20 PM
> To: Maven Users List
> Subject: Re: <extend> the project.properties file
> 
> 
> 
> >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?
> 

Meaning that POM of master project will be loaded (POM = project.xml,
project's properties and probably also maven.xml)
and POM of given project will be intelligently merged with this POM.
Intelligently means that for example depenencies will be aggregated
not overriden (it is alredy a case) and project context ( set of properties)
will be merged with context of the parent. 



Michal

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

Reply via email to