Add maven site info 17/5517/1
authorAnaël Closson <ac2550@intl.att.com>
Wed, 5 Apr 2017 15:11:20 +0000 (17:11 +0200)
committerAnaël Closson <ac2550@intl.att.com>
Tue, 11 Apr 2017 11:50:21 +0000 (13:50 +0200)
Change-Id: Ib266e2399ce419cad7842014c886231fc6bf09a1
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 397f8f6..a0d4548 100644 (file)
--- 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>
                        <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>