DATACMNS-1462 - Polishing.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user