Skip to content
Snippets Groups Projects
Commit 637531b3 authored by Gianfranco Palumbo's avatar Gianfranco Palumbo Committed by Robert J. Moore
Browse files

Add maven bash env vars

parent 488ef7f3
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,14 @@ Download MVN from http://maven.apache.org/download.cgi
cd /usr/local
sudo ln -s apache-maven-* maven
sudo vi /etc/profile.d/maven.sh
Add the following to `maven.sh`
export M2_HOME=/usr/local/maven
export PATH=${M2_HOME}/bin:${PATH}
Reload bash and test mvn
bash
mvn -version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment