Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
wget http://archive.apache.org/dist/maven/binaries/apache-maven-3.0.3-bin.tar.gz

Image Removed

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.

...