Versions Compared

Key

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

In order to install the source distribution of any WSO2 product, it is necessary to install the latest version of Apache Maven on Linux.

Info
titleNote

Refer to to Installation Prerequisites for the list of all applications necessary to install and work with WSO2 products.

...

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.

...