Skip to content

Commit

Permalink
Switch back to Maven 3.6.1 due to mojohaus/build-helper-maven-plugin#81
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 9, 2020
1 parent 997b633 commit 01e5597
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -26,6 +26,13 @@ jdk:
# Make sure travis can use container-based infrastructure
sudo: false

# Switch back to Maven 3.6.1 due to https://github.com/mojohaus/build-helper-maven-plugin/issues/81
before_install:
- wget https://archive.apache.org/dist/maven/maven-3/3.6.1/binaries/apache-maven-3.6.1-bin.zip
- unzip -qq apache-maven-3.6.1-bin.zip
- export M2_HOME=$PWD/apache-maven-3.6.1
- export PATH=$M2_HOME/bin:$PATH

install: "mvn -s ./.travis.maven-settings.xml clean"

script:
Expand Down

0 comments on commit 01e5597

Please sign in to comment.