diff options
-rw-r--r-- | pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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> |