Details
Description
Actually the installer set the environment variable MAVEN_HOME but don't add MAVEN_HOME/bin to the PATH.
We have to add it in the head of the PATH to not have a conflict with a previous version of maven 1.x.
Actually the installer set the environment variable MAVEN_HOME but don't add MAVEN_HOME/bin to the PATH.
We have to add it in the head of the PATH to not have a conflict with a previous version of maven 1.x.
done. Added at the beginning of the path.