Skip to content

Commit

Permalink
Update READme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
legah2045 authored May 27, 2022
1 parent ee2c9d8 commit 0cb6ffa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Maven-installation/READme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ git --version
## 2. Download, extract and Install Maven
``` sh
#Step1) Download the Maven Software
sudo wget https://dlcdn.apache.org/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.zip
sudo unzip apache-maven-3.8.4-bin.zip
sudo rm -rf apache-maven-3.8.4-bin.zip
sudo mv apache-maven-3.8.4/ maven
sudo wget https://dlcdn.apache.org/maven/maven-3/3.8.5/binaries/apache-maven-3.8.5-bin.zip
sudo unzip apache-maven-3.8.5-bin.zip
sudo rm -rf apache-maven-3.8.5-bin.zip
sudo mv apache-maven-3.8.5/ maven
```
## .#Step3) Set Environmental Variable - For Specific User eg ec2-user
``` sh
Expand All @@ -42,7 +42,7 @@ export PATH=$PATH:$M2_HOME/bin
```
## .#Step4) Refresh the profile file and Verify if maven is running
```sh
source ~/.bashrc
source ~/.bash_profile
mvn -version
```

0 comments on commit 0cb6ffa

Please sign in to comment.