Skip to content

Commit

Permalink
Fixed mv to cp for settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemoralespou committed Sep 22, 2016
1 parent ec19a5c commit 0341758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sti/bin/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [ -d $LOCAL_SOURCE_DIR/configuration ]; then
cp -v $LOCAL_SOURCE_DIR/configuration/* $DEPLOY_DIR
else
mkdir -p $HOME/.m2
mv /usr/local/maven/conf/settings.xml $HOME/.m2
cp -fR /usr/local/maven/conf/settings.xml $HOME/.m2
fi

configure_proxy
Expand Down

0 comments on commit 0341758

Please sign in to comment.