Share archetype - Fix test task in script

Fix the test task in the scripts to remove the unrequired pl parameter.
This commit is contained in:
Jose Luis Osorno 2018-12-20 11:54:44 +01:00
parent 706a6c2ccd
commit c6fbb76a39
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ EXIT /B 0
docker-compose -f "%COMPOSE_FILE_PATH%" logs -f
EXIT /B 0
:test
call mvn verify -pl
call mvn verify
EXIT /B 0
:purge
docker volume rm ${rootArtifactId}-acs-volume

View File

@ -41,7 +41,7 @@ tail() {
}
test() {
mvn verify -pl
mvn verify
}
case "${symbol_dollar}1" in