Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leaddevops committed Dec 9, 2023
1 parent 9b74113 commit ae17a03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins/Install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ sudo apt-get install -y fontconfig openjdk-17-jre openjdk-17-jdk
```
### Install Maven ( on Jenkins machine )
```
cd /tmp ; sudo wget https://dlcdn.apache.org/maven/maven-3/3.9.4/binaries/apache-maven-3.9.4-bin.tar.gz
cd /tmp ; sudo tar -xzf apache-maven-3.9.4-bin.tar.gz -C /opt/
mv /opt/apache-maven-3.9.4 /opt/maven
cd /tmp ; sudo wget https://dlcdn.apache.org/maven/maven-3/3.9.6/binaries/apache-maven-3.9.6-bin.tar.gz
cd /tmp ; sudo tar -xzf apache-maven-3.9.6-bin.tar.gz -C /opt/
mv /opt/apache-maven-3.9.6 /opt/maven
sudo echo "MAVEN_HOME=\"/opt/maven\"" >> /etc/profile
sudo echo "PATH=\$MAVEN_HOME/bin:\$PATH" >> /etc/profile
source /etc/profile
Expand Down

0 comments on commit ae17a03

Please sign in to comment.