Skip to content

Commit 01e5597

Browse files
committed
Switch back to Maven 3.6.1 due to mojohaus/build-helper-maven-plugin#81
1 parent 997b633 commit 01e5597

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ jdk:
2626
# Make sure travis can use container-based infrastructure
2727
sudo: false
2828

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+
2936
install: "mvn -s ./.travis.maven-settings.xml clean"
3037

3138
script:

0 commit comments

Comments
 (0)