Skip to content

Commit

Permalink
Update install_from_sources.md
Browse files Browse the repository at this point in the history
Link for apache maven is updated
  • Loading branch information
KeshavSoni2511 authored Jul 4, 2023
1 parent 09c02d8 commit e86f315
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.9.2/binaries/apache-maven-3.9.2-bin.tar.gz
$ tar xzvf apache-maven-3.9.2-bin.tar.gz
$ mv apache-maven-3.9.2 APACHE_MAVEN_HOME

[Top](#top)

Expand Down

0 comments on commit e86f315

Please sign in to comment.