From 5bc0707087ab2a1e10402bbeaab08430a15ad489 Mon Sep 17 00:00:00 2001 From: "Thomas Nelson Jr (arthurdent3)" Date: Thu, 15 Feb 2018 20:35:40 -0500 Subject: Adding oparent Hopefully this should solve all my headaches. Issue-ID: MUSIC-24 Change-Id: Ia0becd349625500fc3d5c416e3934bbf9fde7a92 Signed-off-by: Thomas Nelson Jr (arthurdent3) --- pom.xml | 54 +++++++++++------------------------------------------- 1 file changed, 11 insertions(+), 43 deletions(-) diff --git a/pom.xml b/pom.xml index 04c36a4f..c4617e02 100755 --- a/pom.xml +++ b/pom.xml @@ -29,6 +29,12 @@ This is the MUSIC REST interface, packaged as a war file. + + org.onap.oparent + oparent + 0.1.1 + + UTF-8 1.9 @@ -44,13 +50,6 @@ /content/repositories/releases/ /content/repositories/staging/ /content/sites/site/org/openecomp/music/${project.version} - - java - jacoco - ${project.build.directory}/jacoco.exec - ${project.build.directory}/coverage-reports/jacoco.exec - true - ${project.version} @@ -70,6 +69,11 @@ Staging Repository ${nexusproxy}/${stagingNexusPath} + + onap-snapshots + ONAP Snapshot Repository + http://nexus.onap.org/content/repositories/snapshots + @@ -197,43 +201,7 @@ - - - org.codehaus.mojo - sonar-maven-plugin - 3.2 - - - - org.jacoco - jacoco-maven-plugin - 0.7.0.201403182114 - - - jacoco-initialize-unit-tests - - prepare-agent - - - ${sonar.jacoco.reportPath} - - - - - true - - org.openecomp.* - - - - - -- cgit 1.2.3-korg