> -----Original Message-----
> From: Kevin Pearcey [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 21, 2004 11:05 AM
> To: 'Maven Users List'
> Subject: Inherited properties (RC3)
> 
> 
> I'm having a problem with my subprojects in maven.
> 
> Top level multiproject has the following in maven.properties
> 
>   maven.repo.local=../maven-rep
> 
> This value gets inherited by the sub projects, but comes 
> through with the
> same value rather than the desired ../../maven-rep.
> 
> Is there a better way to specify this or the pom inheritance 
> so that the
> file paths get modified as multiproject does down the subproject tree?
> 
> 

In this particular case there should be only one maven local repo so you
should define its location in 
${user.home}/build.properties

Michal

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

Reply via email to