Skip to content

Commit

Permalink
fix maven nexus.codehaus warnings via travis-ci/travis-ci#4629
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed Feb 24, 2017
1 parent 08acdd8 commit afe7171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,8 @@ sudo: false
cache:
directories:
- "$HOME/.m2/repository"
before_install:
- sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml
script:
- mvn package
notifications:
Expand Down

0 comments on commit afe7171

Please sign in to comment.