From: LaMont, William (wl2432) Date: Wed, 12 Sep 2018 18:25:57 +0000 (-0400) Subject: Update cacher pom for merge issue X-Git-Tag: 1.0.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=de5ef94b2f56d8af80d822ca9815fc40bdbbb83e;p=aai%2Fcacher.git Update cacher pom for merge issue Issue-ID: AAI-1415 Change-Id: I78b873abe03ab472894636b8d805113b6271a033 Signed-off-by: LaMont, William (wl2432) --- diff --git a/pom.xml b/pom.xml index 4850a39..7ff4efd 100644 --- a/pom.xml +++ b/pom.xml @@ -24,14 +24,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.onap.aai + org.onap.aai.cacher aai-cacher 1.0.0-SNAPSHOT org.onap.oparent oparent - 1.1.0 + 1.2.0 @@ -58,7 +58,16 @@ aai-svc-account openecomp - check + check + + + https://nexus.onap.org + /content/sites/site/org/onap/aai/cacher/${project.artifactId}/${project.version} + /content/repositories/releases/ + /content/repositories/snapshots/ org.onap.aai.cacher.Application @@ -457,6 +466,31 @@ + + + + org.apache.maven.plugins + maven-deploy-plugin + + + default-deploy + none + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + maven-dependency-plugin @@ -653,6 +687,17 @@ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${onap.nexus.url}/content/repositories/snapshots/ + + + ecomp-site + dav:${onap.nexus.url}${sitePath} + +