Skip to content
Thomas Czogalik edited this page Jan 17, 2018 · 4 revisions

Install

  1. Unpack the archive where you would like to store the binaries, e.g.:
tar zxvf apache-maven-3.x.y.tar.gz -C /usr/local/
  1. A directory called "apache-maven-3.x.y" will be created in /usr/local/
  2. Add the bin directory to your PATH, e.g.:
//if unpacked in another directory change /usr/local/ to actual path
export PATH=/usr/local/apache-maven-3.x.y/bin:$PATH
  1. Run "mvn --version" to verify that it is correctly installed.
Clone this wiki locally