From 12c3c52d783af9922a373254d035ea4e7298682d Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Mon, 15 May 2017 13:24:25 -0400 Subject: Update the pom files to fix the junit failure Add the changes made for javadocs and surefire plugin Change-Id: Ic01b2c72030d8014ad32e44d2aeebda14d698719 Signed-off-by: Venkata Harish K Kajur --- aai-core/pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'aai-core') diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 0300087c..1fc32a09 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -13,7 +13,7 @@ 1.8 1.1.0-SNAPSHOT https://nexus.onap.org - /content/sites/site/${project.artifactId}/${project.version} + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} java jacoco ${project.build.directory}/surefire-reports @@ -400,6 +400,18 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.12.4 + + -noverify ${argLine} + + . + bundleconfig-local + + + -- cgit