> > Yah, which is one reason I've gone with MAVEN_HOME runtime env variable
> > instead of ${user.home}/build.properties setting ${maven.home}.
>
> Bob, to run multiple copies of maven (old), maven.home is usually defined 
> in ${basedir}/build.properties, not ~/build.properties.....

Gotcha.

> > So, adjust your $MAVEN_HOME, and you're building with a different 
> version
> > of maven.
> See my previous comment.... does maven-ng not place maven.jar into 
> lib.repo during bootstrap?

It does.  But, ${maven.repo.local} isn't used for the maven runtime.
So, having maven.jar in there only affects if you if you're compiling
against org.apache.maven.* classes.  Simply running maven, it shouldn't
care about anything called maven.jar in the maven.repo.local.

        -bob


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

Reply via email to