diff --git a/pom.xml b/pom.xml index 3e63e94c04a7..cd4888aff6ca 100644 --- a/pom.xml +++ b/pom.xml @@ -793,6 +793,51 @@ + + endpoint-tests + + + doRelease + + + + true + true + true + true + true + true + + + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + + integration-test + + integration-test + verify + + + + ${argLine} + + **/*ClientEndpointTests.java + **/*EndpointProviderTests.java + + false + 2 + + + + + + + + stability-tests