From: Venkata Harish K Kajur Date: Mon, 15 May 2017 17:24:25 +0000 (-0400) Subject: Update the pom files to fix the junit failure X-Git-Tag: v1.1.0~112 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=12c3c52d783af9922a373254d035ea4e7298682d;p=aai%2Faai-common.git 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 --- diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 4cfbf37d..c5fcfe22 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -11,7 +11,9 @@ UTF-8 https://nexus.onap.org - /content/sites/site/${project.artifactId}/${project.version} + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + 1.8 + 1.8 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 + + + diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 87fc27ee..8d6836aa 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -11,7 +11,9 @@ UTF-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} + 1.8 + 1.8 diff --git a/pom.xml b/pom.xml index 00fd2f7c..64cc47b1 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,12 @@ aai-annotations aai-core - + + + https://nexus.onap.org + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + +