summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f82fc00..2462b0b 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>
@@ -27,7 +28,7 @@
</snapshotRepository>
<site>
<id>ecomp-site</id>
- <url>dav:${nexusproxy}${sitePath}</url>
+ <url>dav:${nexusproxy}${siteNexusPath}</url>
</site>
</distributionManagement>
<modules>