You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/10/20 22:25:10 UTC

[1/2] incubator-beam git commit: Fix invalid snapshot repo in Travis CI's maven settings.xml

Repository: incubator-beam
Updated Branches:
  refs/heads/master 449a29a44 -> 2d1df8bc7


Fix invalid snapshot repo in Travis CI's maven settings.xml

This is a workaround for travis-ci/travis-ci#4629


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/34b55dad
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/34b55dad
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/34b55dad

Branch: refs/heads/master
Commit: 34b55dada8d731865b61033d55628e8a604628aa
Parents: 449a29a
Author: Kenneth Knowles <kl...@google.com>
Authored: Fri Aug 5 14:06:49 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Thu Oct 20 15:25:03 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/34b55dad/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 5133a43..a9ba6d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,6 +44,10 @@ matrix:
       env: CUSTOM_JDK="openjdk7" MAVEN_OVERRIDE="-DbeamSurefireArgline='-Xmx512m'"
 
 before_install:
+  # Workaround for https://github.com/travis-ci/travis-ci/issues/4629
+  - cat ~/.m2/settings.xml
+  - sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml
+  - cat ~/.m2/settings.xml
   - echo "MAVEN_OPTS='-Xmx1024m -XX:MaxPermSize=512m -XX:+BytecodeVerificationLocal'" > ~/.mavenrc
   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then export JAVA_HOME=$(/usr/libexec/java_home); fi
   - if [ "$TRAVIS_OS_NAME" == "linux" ]; then jdk_switcher use "$CUSTOM_JDK"; fi


[2/2] incubator-beam git commit: Closes #1137

Posted by dh...@apache.org.
Closes #1137


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/2d1df8bc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/2d1df8bc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/2d1df8bc

Branch: refs/heads/master
Commit: 2d1df8bc7a5d5eb3a0af2e8a168b602df1f567dc
Parents: 449a29a 34b55da
Author: Dan Halperin <dh...@google.com>
Authored: Thu Oct 20 15:25:04 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Thu Oct 20 15:25:04 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------