> > 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
No, I need multiple local repos so that I can have more than one build using
SNAPSHOTs. Each project gets built with its own local repo so that we can
have different branches, as I understand it there is no way to associate
SNAPSHOT with a version, so our only choice to get multiple SNAPSHOTS during
development is for each branch to uses its own local rep.
For now (as before) the work around is that each sub project has its own
project.properties giving the correct relative path, but I guess this is a
general problem in being able to specify a relative file path in one
project.properties file and have it correctly manipulated to other sub
projects see the same location.
Kevin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]