Skip to content

Commit

Permalink
nexus.codehaus.org --> oss.sonatype.org (#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandealwis authored Feb 15, 2017
1 parent 5442186 commit e432625
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
sudo: false
language: java
before_install:
# change reference from now-defunct maven repository
# (https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/1406)
- sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml
install:
# use 3.3.9 to ensure faulty test exit states fail the build (#1276)
- mvn -N io.takari:maven:wrapper -Dmaven=3.3.9
Expand Down

0 comments on commit e432625

Please sign in to comment.