Hello there,
I installed
Maven (by building the source) awhile ago on my OS X Leopard machine.
When I check version information, this is the feedback, I receive:
When I check where its located, this is what is outputted:
However, I recently installed the 2.10 binary (via zip extension) on my machine and set a
MAVEN_HOME global system environmental variable and also appended it to my PATH in .bash_profile.
When I run the $MAVEN_HOME/bin/mvn script from the command line, this is what is outputted:
How do I uninstall / override the Maven 2.0.6 version and replace it with Maven 2.1.0 (which is set to my $MAVEN_HOME)?
This is what my ~/.bash_profile config looks like:
Happy programming,
Unnsse