...
Code Block |
---|
wget http://www.apache.org/dist//maven/binaries/apache-maven-3.0.3-bin.tar.gz |
Step 2. Extract archive
...
Code Block |
---|
tar -zxvf apache-maven-3.0.3-bin.tar.gz |
Step 3. Add the M2_HOME environment variable
1. Edit your BASHRC file to add the M2_HOME
environment variable (use your preferred editor).
Code Block |
---|
nano .bashrc |
2. Add the following lines to the end of the file:
...