From 6143c1a5f85f5e56263c4ef0b242ed1ebc761db5 Mon Sep 17 00:00:00 2001 From: pwielebs Date: Thu, 31 Oct 2019 10:43:59 +0100 Subject: Exclude IT from tests in MVN Change-Id: I819b15b077c411a340fb9d2a67f5a4c13cf80a65 Issue-ID: DCAEGEN2-1773 Signed-off-by: Piotr Wielebski --- pom.xml | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ff95cd5e..ec138157 100644 --- a/pom.xml +++ b/pom.xml @@ -24,6 +24,40 @@ + + + default + + true + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + true + + + + + + + integration-pairwise + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + + + 8 5.3.1 @@ -109,7 +143,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.22.1 + 3.0.0-M3 maven-javadoc-plugin -- cgit 1.2.3-korg