aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index d4012a8..ebab15a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
+ <!-- sitePath may be overridden in the inheriting POM if desired -->
+ <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
</properties>
<distributionManagement>
<repository>
@@ -43,11 +45,6 @@
<id>ecomp-snapshots</id>
<url>${onap.nexus.url}/content/repositories/snapshots</url>
</snapshotRepository>
- <site>
- <id>ecomp-site</id>
- <!-- sitePath property needs to be defined in the inheriting POM -->
- <url>dav:${onap.nexus.url}${sitePath}</url>
- </site>
</distributionManagement>
<build>
<pluginManagement>