From 83f82a357bfa88a9a1c7c23e805921b7e9518677 Mon Sep 17 00:00:00 2001 From: Daniel Silverthorn Date: Wed, 10 May 2017 15:48:43 -0400 Subject: [PATCH] Update version, add deployment plugins Change-Id: Ia728e325b27d1bef5f896f197cc9490291bdf954 Signed-off-by: Daniel Silverthorn --- pom.xml | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 113 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6ebec57..45008e7 100644 --- a/pom.xml +++ b/pom.xml @@ -9,13 +9,15 @@ org.openecomp.aai search-data-service - 1.0.0 + 1.1.0-SNAPSHOT search-data-service v1 2.0.0 /appl/${project.artifactId} + ${basedir}/target + https://nexus.onap.org @@ -351,6 +412,41 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.codehaus.mojo + sonar-maven-plugin + 3.2 + + + org.jacoco + jacoco-maven-plugin + 0.7.7.201606060606 + + true + + + + jacoco-initialize-unit-tests + + prepare-agent + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + + + + @@ -366,4 +462,20 @@ + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}/content/repositories/snapshots/ + + + ecomp-javadoc + dav:https://ecomp-nexus:8443/repository/aai/search-data-service-javadoc/${project.version} + + -- 2.16.6