i would recommend moving the parent project to a subdirectory, so that the parent and 
child projects access the repo with the same path.  

ex:
/my-repo
/myproject
....parent-project (set property to ${basedir}/../../my-repo
....child-project (extends ../parent-project/project.xml)

this is how i structure my projects, and it works very well for these reasons.
Ryan

> -----Original Message-----
> From: Kevin Pearcey [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 21, 2004 10:45 AM
> To: 'Maven Users List'
> Subject: RE: Inherited properties (RC3)
> 
> 
> > Always prepend ${basedir}
> > For example ${basedir}/../maven-rep
> > 
> > wkr,
> > Geoffrey
> 
> Nope, doesn't make any difference. Path is still evaluated 
> from the sub
> projects location rather then where the project.properties 
> file was found
> (ie inherited from).
> 
> Kevin
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to