From 095221fc42571ca5f6b7847d297b888052097832 Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Wed, 28 Mar 2018 03:41:06 +0000 Subject: change group id from osaaf to org.onap.aaf.authz SUspecting group id osaaf is not availble in snapshot repository causing access denied. So chnaging group id to org.onap.aaf.authz Issue-ID: AAF-199 Change-Id: Ic4bc5708a39907545084034236b101d39aad267c Signed-off-by: Sai Gandham --- pom.xml | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 92 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3e92d4ec..0944cf32 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 4.0.0 - osaaf + org.onap.aaf.authz parent 2.1.0-SNAPSHOT AAF Overall Parent @@ -58,6 +58,81 @@ true + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + + + + + pre-unit-test + + prepare-agent + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + surefireArgLine + + + + + + post-unit-test + test + + report + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + ${project.build.directory}/code-coverage/jacoco-it.exec + + failsafeArgLine + + + + + + post-integration-test + post-integration-test + + report + + + ${project.build.directory}/code-coverage/jacoco-it.exec + ${project.reporting.outputDirectory}/jacoco-it + + + + @@ -67,6 +142,21 @@ auth - + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + + -- cgit 1.2.3-korg