We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997b633 commit 01e5597Copy full SHA for 01e5597
1 file changed
.travis.yml
@@ -26,6 +26,13 @@ jdk:
26
# Make sure travis can use container-based infrastructure
27
sudo: false
28
29
+# Switch back to Maven 3.6.1 due to https://github.com/mojohaus/build-helper-maven-plugin/issues/81
30
+before_install:
31
+- wget https://archive.apache.org/dist/maven/maven-3/3.6.1/binaries/apache-maven-3.6.1-bin.zip
32
+- unzip -qq apache-maven-3.6.1-bin.zip
33
+- export M2_HOME=$PWD/apache-maven-3.6.1
34
+- export PATH=$M2_HOME/bin:$PATH
35
+
36
install: "mvn -s ./.travis.maven-settings.xml clean"
37
38
script:
0 commit comments