From b38738cbbbcdc6fd4ec8e87d89c48bee45132868 Mon Sep 17 00:00:00 2001 From: an4828 Date: Thu, 14 Sep 2017 17:50:08 -0400 Subject: TCA: pom cleanup - fix merge job Change-Id: I32f4ddfbba40044049b510573ae7bc5dcb890a4b Signed-off-by: an4828 Issue-ID: DCAEGEN2-103 --- pom.xml | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 508e52e..60028a9 100644 --- a/pom.xml +++ b/pom.xml @@ -89,6 +89,7 @@ 3.3 2.19.1 + 2.19.1 2.5.4 1.7 2.10 @@ -676,6 +677,28 @@ + + + org.apache.maven.plugins + maven-failsafe-plugin + ${failsafe.plugin.version} + + + integration-tests + + integration-test + verify + + + ${skip.integration.tests} + + + ${failsafeArgLine} + + + + + org.codehaus.mojo @@ -892,9 +915,13 @@ org.apache.maven.plugins - maven-deploy-plugin + maven-failsafe-plugin + + org.apache.maven.plugins + maven-deploy-plugin + org.apache.maven.plugins @@ -924,7 +951,6 @@ - @@ -962,4 +988,4 @@ dcae-analytics-it - + \ No newline at end of file -- cgit 1.2.3-korg