You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Kenneth Knowles (JIRA)" <ji...@apache.org> on 2016/10/25 18:29:58 UTC

[jira] [Created] (BEAM-821) test_wordcount.sh uses Travis CI's default settings.xml, not ours

Kenneth Knowles created BEAM-821:
------------------------------------

             Summary: test_wordcount.sh uses Travis CI's default settings.xml, not ours
                 Key: BEAM-821
                 URL: https://issues.apache.org/jira/browse/BEAM-821
             Project: Beam
          Issue Type: Bug
          Components: examples-java, sdk-java-core
            Reporter: Kenneth Knowles
            Assignee: Jason Kuster
            Priority: Minor


Our repository contains {{.travis/settings.xml}} so that we control the Maven settings. In particular, this overrides Travis CI's invalid configuration on Linux. 

But network attempts to an invalid server were noticed - it turns out we aren't using these settings pervasively. Presumably not in our test_wordcount.sh.

These attempts were partly fixed with a hack using {{sed}} that is unfortunately brittle and completely broken on Travis CI's OSX environment. The better fix is to just use our settings everywhere.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)