diff options
Diffstat (limited to 'run-integration-tests.sh')
-rwxr-xr-x | run-integration-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-integration-tests.sh b/run-integration-tests.sh index be0501aa8e1..98bf40a7ba8 100755 --- a/run-integration-tests.sh +++ b/run-integration-tests.sh @@ -17,7 +17,7 @@ ORCHESTRATOR_CONFIG_URL=$2 shift 2 cd tests/plugins -mvn clean package +mvn clean package -B -e -V cd .. mvn verify \ |