Skip to content

Commit

Permalink
Merge pull request #2274 from Keshav-NEC/Update_install_from_sources
Browse files Browse the repository at this point in the history
Update install_from_sources.md
  • Loading branch information
fgalan authored Jul 5, 2023
2 parents 09c02d8 + a4dfff7 commit 9d944bf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ In order to do it permanently, edit `/root/.bash_profile` (`root` user) or `/etc

Maven is installed by downloading it from [maven.apache.org](http://maven.apache.org/download.cgi). Install it in a folder of your choice (represented by `APACHE_MAVEN_HOME`):

$ wget https://archive.apache.org/dist/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.tar.gz
$ tar xzvf apache-maven-3.2.5-bin.tar.gz
$ mv apache-maven-3.2.5 APACHE_MAVEN_HOME
$ wget https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
$ tar xzvf apache-maven-3.6.3-bin.tar.gz
$ mv apache-maven-3.6.3 APACHE_MAVEN_HOME

[Top](#top)

Expand Down

0 comments on commit 9d944bf

Please sign in to comment.