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 9bdb3db commit 282bdb6Copy full SHA for 282bdb6
1 file changed
.travis.yml
@@ -21,6 +21,13 @@ addons:
21
packages:
22
- openjdk-6-jdk
23
24
+# use java 6 compatible maven version (installed into target directory so rat check passes)
25
+before_install:
26
+ - wget https://archive.apache.org/dist/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.zip -P ./target
27
+ - unzip -qq ./target/apache-maven-3.2.5-bin.zip -d ./target
28
+ - export M2_HOME=$PWD/target/apache-maven-3.2.5
29
+ - export PATH=$M2_HOME/bin:$PATH
30
+
31
jdk:
32
- openjdk6
33
- openjdk7
0 commit comments