- Download maven and extract it to a folder (eg
/opt/maven3
) - Add maven link to PATH : ln -s /opt/maven3/mvn /usr/local/bin/mvn3
Use maven3 with mvn3 command, and maven2 with mvn command.
Я обнаружил, что установка maven2 осуществляется через apt-get, а maven3 выполняется вручную, но я не смог найти никакой информации о том, как установить maven3 без удаления maven2.
/opt/maven3
)Use maven3 with mvn3 command, and maven2 with mvn command.
Checkout my post here for the manual MVN 3 installation. There is also an answer on how to install it automatically.