diff options
author | Anaël Closson <ac2550@intl.att.com> | 2017-04-05 17:11:20 +0200 |
---|---|---|
committer | Anaël Closson <ac2550@intl.att.com> | 2017-04-11 13:50:21 +0200 |
commit | eaed3147ae47f5189b5350db0bd568e5ff447c97 (patch) | |
tree | 12c706a9dd5c8a80b7148d1adac9f66df9ca1db4 | |
parent | 793262b77ed63416e4100b77227a7ba263ef1d8d (diff) |
Add maven site info
Change-Id: Ib266e2399ce419cad7842014c886231fc6bf09a1
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |