DATACMNS-1462 - Polishing.

This commit is contained in:
Greg Turnquist
2019-02-27 17:12:05 -06:00
parent 77bdf0aebe
commit 63f8100a39
4 changed files with 11 additions and 11 deletions

View File

@@ -4,8 +4,8 @@ set -euo pipefail
[[ -d $PWD/maven && ! -d $HOME/.m2 ]] && ln -s $PWD/maven $HOME/.m2
rm -rf $HOME/.m2/repository/org/springframework/commons 2> /dev/null || :
rm -rf $HOME/.m2/repository/org/springframework/data/commons 2> /dev/null || :
cd spring-commons-github
cd spring-data-commons-github
./mvnw clean dependency:list test -P${PROFILE} -Dsort