We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f3fa9 commit 1fd97b6Copy full SHA for 1fd97b6
wercker.yml
@@ -106,10 +106,10 @@ integration-test-java:
106
chmod +x ./kubectl
107
mv ./kubectl /usr/local/bin/kubectl
108
109
- # install maven, includes java as dependency
110
- curl -LO http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo
111
- mv epel-apache-maven.repo /etc/yum.repos.d/
112
- yum install -y apache-maven
+ # install maven
+ curl -LO http://www-us.apache.org/dist/maven/maven-3/3.6.0/binaries/apache-maven-3.6.0-bin.tar.gz
+ tar -xf apache-maven-3.6.0-bin.tar.gz
+ mv apache-maven-3.6.0/ /usr/share/apache-maven/
113
export M2_HOME="/usr/share/apache-maven"
114
export PATH=$M2_HOME/bin:$PATH:$JAVA_HOME/bin
115
0 commit comments