Last active
November 13, 2015 09:38
-
-
Save itnotes/38e3c97ec1a4b937b942 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64/ | |
| export MVN_HOME=/home/ubuntu/workspace/mvn/ | |
| export PATH=$PATH:$MVN_HOME/bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wget http://apache-mirror.rbc.ru/pub/apache/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.zip | |
| unzip apache-maven-3.3.3-bin.zip | |
| mv apache-maven-3.3.3 mvn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment