travis: use https based maven repo mirror#3845
Conversation
|
This will be forward merged to master/4.14 and then re-kick all Travis builds for PRs which are failing. |
Travis has been failing lately as it requires that repositories use https:// URLs. Reference: https://blog.sonatype.com/central-repository-moving-to-https Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
700a5fa to
0dbfb6e
Compare
DaanHoogland
left a comment
There was a problem hiding this comment.
mvn says so so let's comply
weizhouapache
left a comment
There was a problem hiding this comment.
ohohoh, that's why many travis tests failed
|
I'll merge this, there seems to be an issue with ipmisim that's separate from this issue. (will check that ipmisim issue tomorrow, but merge this so all PRs are unblocked). |
|
cc @DaanHoogland @andrijapanicsb On Travis the oobm tests are failing, but likely due to Travis caching issue. I've tried to delete Travis caches, hopefully it will pass in the next run(s). Locally the tests are passing now the new ipmisim lib that gets installed via Marvin library against master/4.14: |
|
Confirmed fix, job3 passed for the rekicked Travis job: |
Travis has been failing lately as it requires that repositories use https:// URLs. Reference: https://blog.sonatype.com/central-repository-moving-to-https Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Travis has been failing lately as it requires that repositories use
https:// URLs.
Reference:
https://blog.sonatype.com/central-repository-moving-to-https
Without this fix all PRs are blocked from testing for 4.11+ branches.