diff options
author | ubuntu <ha076r@att.com> | 2017-05-10 18:31:45 -0400 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-05-11 06:20:24 +0000 |
commit | cf7658649337550ebcc5299411a67b885e7abeef (patch) | |
tree | 67559f790b0295b50daac09f7eb0905933ecf5ca /pom.xml | |
parent | f76caa7fc9f5fa703ec065bc7e5b4e3386f5e022 (diff) |
Add distMgmt tag to rootpom
Change-Id: Iffbc88079febaa853a90b6bdfdb7e3728e47b371
Signed-off-by: ubuntu <ha076r@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -21,6 +21,22 @@ </properties> <!-- ================================================================================== --> + <!-- Distribution Management Sites --> + <!-- ================================================================================== --> + <distributionManagement> + <repository> + <id>ecomp-releases</id> + <name>openecomp-repository-releases</name> + <url>${openecomp.nexus.release-url}</url> + </repository> + <snapshotRepository> + <id>ecomp-snapshots</id> + <name>openecomp-repository-snapshots</name> + <url>${openecomp.nexus.snapshot-url}</url> + </snapshotRepository> + </distributionManagement> + + <!-- ================================================================================== --> <!-- Define plugin repositories --> <!-- ================================================================================== --> <pluginRepositories> |