From: Daniel Silverthorn Date: Wed, 10 May 2017 19:48:43 +0000 (-0400) Subject: Update version, add deployment plugins X-Git-Tag: v1.1.0~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F4109%2F1;p=aai%2Fsearch-data-service.git Update version, add deployment plugins Change-Id: Ia728e325b27d1bef5f896f197cc9490291bdf954 Signed-off-by: Daniel Silverthorn --- 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} + +