summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnaël Closson <ac2550@intl.att.com>2017-04-05 17:11:20 +0200
committerAnaël Closson <ac2550@intl.att.com>2017-04-11 13:50:21 +0200
commiteaed3147ae47f5189b5350db0bd568e5ff447c97 (patch)
tree12c706a9dd5c8a80b7148d1adac9f66df9ca1db4
parent793262b77ed63416e4100b77227a7ba263ef1d8d (diff)
Add maven site info
Change-Id: Ib266e2399ce419cad7842014c886231fc6bf09a1 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 397f8f6..a0d4548 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,6 +13,7 @@
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
+ <siteNexusPath>/content/sites/site/org/onap/mso/lib/${project.version}</siteNexusPath>
</properties>
<distributionManagement>
<repository>
@@ -25,6 +26,10 @@
<name>OpenECOMP - Snapshot Repository</name>
<url>${nexusproxy}/${snapshotNexusPath}</url>
</snapshotRepository>
+ <site>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}${siteNexusPath}</url>
+ </site>
</distributionManagement>
<modules>
<module>openstack-client</module>