From 89d3a6c7da5696883243ea3126fc10ad09a991a9 Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Sun, 1 Sep 2019 15:06:16 +0300 Subject: add Surefire plugin +align repository id Change-Id: Ib0f6cf3156df415353694c4ffb5ec2634beb13a1 Issue-ID: SDC-2326 Signed-off-by: Ofir Sonsino --- pom.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 64615ce..3e0cbe6 100644 --- a/pom.xml +++ b/pom.xml @@ -118,12 +118,20 @@ prepare-agent - ${argLine} -Xmx2048m ${sonar.jacoco.reportPath} + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + ${argLine} -Xmx2048m + + org.apache.maven.plugins @@ -169,12 +177,12 @@ - onap-releases + ecomp-releases Release Repository ${nexus.proxy}/content/repositories/${releases.path}/ - onap-snapshots + ecomp-snapshots Snapshot Repository ${nexus.proxy}/content/repositories/${snapshots.path}/ -- cgit 1.2.3-korg