From 984b6dd032b30308c1ca99c85b86f37b4af0a61f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Kr=C3=A1l?= Date: Wed, 11 Sep 2019 15:06:56 +0200 Subject: [PATCH] Wire mock does not run now when skipTests property is set (#4254) Signed-off-by: David Kral --- .../microprofile/rest-client/pom.xml | 95 +++++++++++-------- 1 file changed, 54 insertions(+), 41 deletions(-) diff --git a/tests/integration/microprofile/rest-client/pom.xml b/tests/integration/microprofile/rest-client/pom.xml index 5ad9b9ac90..bbda656efb 100644 --- a/tests/integration/microprofile/rest-client/pom.xml +++ b/tests/integration/microprofile/rest-client/pom.xml @@ -89,49 +89,62 @@ - - - - org.apache.maven.plugins - maven-surefire-plugin - - - org.apache.maven.surefire - surefire-junit47 - ${surefire.version} - - - org.apache.maven.surefire - surefire-testng - ${surefire.version} - - - - 1 - - tck-suite.xml - - - - - uk.co.deliverymind - wiremock-maven-plugin - 2.7.0 - - - test-compile - - run - + + + testRunner + + + skipTests + !true + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.apache.maven.surefire + surefire-junit47 + ${surefire.version} + + + org.apache.maven.surefire + surefire-testng + ${surefire.version} + + - target/classes - --port=8765 --verbose + 1 + + tck-suite.xml + - - - - - + + + uk.co.deliverymind + wiremock-maven-plugin + 2.7.0 + + + test-compile + + run + + + target/classes + --port=8765 + + + + + + + + + + -Djava.security.manager -Djava.security.policy=${project.build.directory}/test-classes/server.policy