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? Cheers Kevin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
