Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe87d37

Browse files
committed
Removed cache of settings.xml as it requires cache cleanup on Travis after every change to that file.
1 parent 1aed087 commit fe87d37

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.travis/maven_cfg.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,4 @@ else
1313
sudo cp $CACHE_DIR/wagon-http-2.8-shaded.jar $MAVEN_HOME/lib/ext/
1414
fi
1515

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
16+
cp settings.xml $MAVEN_CFG/settings.xml

0 commit comments

Comments
 (0)