From 4871b020bbbe89747ddb8117e52031767783942d Mon Sep 17 00:00:00 2001 From: Victor Gao Date: Tue, 16 Jul 2019 18:06:28 +0800 Subject: [PATCH] set versions-maven-plugin to 2.7 Issue-ID: VNFSDK-423 Signed-off-by: Victor Gao Change-Id: I245f2f21994f37f7cf36d6a23a1cb2702ddd8927 --- pom.xml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/pom.xml b/pom.xml index 5ad52111..6be9ca2e 100644 --- a/pom.xml +++ b/pom.xml @@ -35,4 +35,57 @@ vnfmarket-be + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19 + + true + + **/*Spec* + **/Test*.java + **/*Test.java + **/*TestCase.java + **/Test*.scala + **/*Test.scala + **/*TestCase.scala + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + + html + xml + + + + org/**/*Test.class + + + + + + org.codehaus.mojo + versions-maven-plugin + 2.7 + + + + + + + org.codehaus.mojo + versions-maven-plugin + 2.7 + + + -- 2.16.6