Merge branch '2.1.x' into 2.2.x

This commit is contained in:
Andy Wilkinson
2020-07-24 14:24:46 +01:00
2 changed files with 31 additions and 4 deletions

View File

@@ -5,6 +5,6 @@ source $(dirname $0)/common.sh
repository=$(pwd)/distribution-repository
pushd git-repo > /dev/null
run_maven -N clean verify
run_maven -N clean verify -Dscan=false
run_maven -f spring-boot-project/pom.xml clean deploy -U -Dfull -DaltDeploymentRepository=distribution::default::file://${repository}
popd > /dev/null