ATS-252 : Use docker-maven-plugin for the integration tests

This commit is contained in:
Cezar.Leahu
2019-06-05 20:31:54 +03:00
committed by CezarLeahu
parent 8419cc4b6d
commit 69a836fc89
12 changed files with 181 additions and 26 deletions

View File

@@ -11,7 +11,7 @@ pushd "$(dirname "${BASH_SOURCE[0]}")/../"
mvn -B -U \
clean install \
-DadditionalOption=-Xdoclint:none -Dmaven.javadoc.skip=true \
"-P${PROFILE}"
"-P${PROFILE},docker-it-setup"
docker ps -a -q | xargs -r -l docker stop ; docker ps -a -q | xargs -r -l docker rm