Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
tar -zxvf apache-maven-3.0.3-bin.tar.gz

Image RemovedImage Added

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

Image RemovedImage Added

2. Add the following lines to the end of the file:

...

The system displays information on the Apache Maven version installed.

Image RemovedImage Added

Excerpt
hiddentrue

Instructions to install Apache Maven on Linux.

...