aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-05-09 17:17:36 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-05-09 17:18:10 -0400
commit2fd34c0aab2f6566edce11577f267b822fba01a0 (patch)
treec5207511d2e76db56dad4770dbac31118cbbe991
parent44a3a73da518d95c195c8fe666d2be1387ff8aa3 (diff)
[Portal-7] Correct dist mgt in dbca-os pom
Change-Id: Ie1f40b43f8cfc5920900495f7e3902453aa16454 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
-rw-r--r--dcae_dmaapbc_webapp/dbca-os/pom.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/dcae_dmaapbc_webapp/dbca-os/pom.xml b/dcae_dmaapbc_webapp/dbca-os/pom.xml
index 36ffddf..5cf1871 100644
--- a/dcae_dmaapbc_webapp/dbca-os/pom.xml
+++ b/dcae_dmaapbc_webapp/dbca-os/pom.xml
@@ -182,10 +182,18 @@
</dependencies>
<distributionManagement>
- <site>
- <id>ecomp-site</id>
- <url>dav:${nexusproxy}${sitePath}</url>
- </site>
+ <!-- Publish jars to the Nexus Repository - public group -->
+ <!-- The id below must match your .m2/settings.xml/servers/server/id -->
+ <repository>
+ <id>ecomp-releases</id>
+ <name>OpenECOMP - Release Repository</name>
+ <url>${nexusproxy}/${releaseNexusPath}</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>OpenECOMP - Snapshot Repository</name>
+ <url>${nexusproxy}/${snapshotNexusPath}</url>
+ </snapshotRepository>
</distributionManagement>
<pluginRepositories>