Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Update .rultor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jachinte committed Oct 1, 2017
1 parent 7c927e2 commit aa729a3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .rultor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
docker:
image: mostalive/ubuntu-14.04-oracle-jdk8
install: |-
sudo apt-get purge maven maven2 maven3
sudo apt-add-repository ppa:andrei-pozolotin/maven3
sudo apt-get purge -y maven
sudo apt-get update
sudo apt-get install -y maven3 git
sudo apt-get install -y git
curl -O http://www-us.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
sudo tar -zxf apache-maven-3.3.9-bin.tar.gz -C /usr/local/
sudo ln -s /usr/local/apache-maven-3.3.9/bin/mvn /usr/bin/mvn
architect:
- jachinte
decrypt:
Expand Down

0 comments on commit aa729a3

Please sign in to comment.