Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101bcbf commit 8eac19eCopy full SHA for 8eac19e
1 file changed
.travis/maven_cfg.sh
@@ -7,7 +7,7 @@ cd $(dirname $(readlink -f $0))
7
# Download wagon-http recommended by Oracle.
8
# On maven latest version this is not needed, but travis doesn't have it.
9
if [ ! -f $CACHE_DIR/wagon-http-2.8-shaded.jar ]; then
10
- curl -L -O "http://central.maven.org/maven2/org/apache/maven/wagon/wagon-http/2.8/wagon-http-2.8-shaded.jar"
+ curl -L -O "https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-http/2.8/wagon-http-2.8-shaded.jar"
11
mv wagon-http-2.8-shaded.jar $CACHE_DIR/
12
sudo cp $CACHE_DIR/wagon-http-2.8-shaded.jar $MAVEN_HOME/lib/ext/
13
else
0 commit comments