summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-09-12 10:29:40 -0700
committerPatrick Brady <pb071s@att.com>2017-09-12 10:29:49 -0700
commitf0852a8174e38cc0c203a21a59af98e6c3889d5f (patch)
treea295db9fd53bedfc0b5153451524eb38b6fc74bf /pom.xml
parentc0eaebba5cd79c295b3e112e2f3632bc5559b237 (diff)
Correcting maven staging plugin
Change-Id: I5dd7e431568520fa7d6e65cba435aeadc3444482 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-91 Issue-id: APPC-158
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 57d875319..6729c99bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,6 +85,8 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<features.file>features.xml</features.file>
<jmxGeneratorPath>target/generated-sources/yang-gen-config</jmxGeneratorPath>
<!-- <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath> -->
+
+ <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
</properties>
@@ -124,6 +126,16 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<id>ecomp-site</id>
<url>dav:${onap.nexus.url}/sites/site/org/onap/appc/${project.version}</url>
</site>
+ <repository>
+ <id>ecomp-releases</id>
+ <name>openecomp-repository-releases</name>
+ <url>${onap.nexus.url}/content/repositories/releases</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>openecomp-repository-snapshots</name>
+ <url>${onap.nexus.url}/content/repositories/snapshots</url>
+ </snapshotRepository>
</distributionManagement>