aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-05-10 08:11:06 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-05-10 08:32:32 -0400
commita21264b2b4f3a78da6e92c27213ed9a58efda6a4 (patch)
treeeb76dedcdacb480036d671b7a93f5d34ff77edd6
parent2fd34c0aab2f6566edce11577f267b822fba01a0 (diff)
[Portal-7] Add site to dist mgt in dbca-os pom.
Change-Id: Ief0101959213af88d7ddaf6cf4fa8418d30f5898 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
-rw-r--r--dcae_dmaapbc_webapp/dbca-os/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/dcae_dmaapbc_webapp/dbca-os/pom.xml b/dcae_dmaapbc_webapp/dbca-os/pom.xml
index 5cf1871..22c96f0 100644
--- a/dcae_dmaapbc_webapp/dbca-os/pom.xml
+++ b/dcae_dmaapbc_webapp/dbca-os/pom.xml
@@ -182,7 +182,6 @@
</dependencies>
<distributionManagement>
- <!-- 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>
@@ -194,6 +193,11 @@
<name>OpenECOMP - Snapshot Repository</name>
<url>${nexusproxy}/${snapshotNexusPath}</url>
</snapshotRepository>
+ <!-- Javadocs -->
+ <site>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}${sitePath}</url>
+ </site>
</distributionManagement>
<pluginRepositories>