We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8183d7d commit 1122be0Copy full SHA for 1122be0
.travis.yml
@@ -1,5 +1,6 @@
1
language: java
2
jdk:
3
- oraclejdk8
4
-before_install:
5
- - sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml
+before_install:
+ - echo "MAVEN_OPTS='-Djsse.enableSNIExtension=false'" > ~/.mavenrc
6
+ - sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml
0 commit comments