...
Type the following command:
Code Block |
---|
wget http://wwwarchive.apache.org/dist//maven/binaries/apache-maven-3.0.3-bin.tar.gz |
...
Step 2. Extract archive
Extract the distribution archive, i.e. apache-maven-3.0.3-bin.tar.gz
to the directory you wish to install Maven 3.0.3. These instructions assume you chose /opt. The subdirectory apache-maven-3.0.3
will be created from the archive.
...