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.
settings.xml
1 parent 1aed087 commit fe87d37Copy full SHA for fe87d37
.travis/maven_cfg.sh
@@ -13,11 +13,4 @@ else
13
sudo cp $CACHE_DIR/wagon-http-2.8-shaded.jar $MAVEN_HOME/lib/ext/
14
fi
15
16
-# Create the settings file with oracle server config.
17
-# If file already exists, Oracle dependencies were cached on previous build.
18
-if [ ! -f $MAVEN_CFG/.cached ]; then
19
- cp settings.xml $MAVEN_CFG/settings.xml
20
- touch $MAVEN_CFG/.cached
21
-else
22
- echo "Using cached maven settings..."
23
-fi
+cp settings.xml $MAVEN_CFG/settings.xml
0 commit comments