summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2018-03-03 23:46:15 -0500
committerdglFromAtt <dgl@research.att.com>2018-03-03 23:46:34 -0500
commitdcfef47792f6b981624996faa39125417ad1ca6c (patch)
tree183f64d54f120f44ab277da341e4cc9b4970b03e /pom.xml
parent89a5243e22360828ce6e50fe46b2b5f662ecbc59 (diff)
Added site for Dist Mgt
Change-Id: I8f1e91f3da94f1309716800a686d65383d8a5753 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-324
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 518f638..961076a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,6 +150,20 @@
</executions>
</plugin>
+ <!-- for Distribution management -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.6</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav-jackrabbit</artifactId>
+ <version>2.10</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+
</plugins>
<pluginManagement>
<plugins>
@@ -290,6 +304,13 @@
</plugin>
</plugins>
</reporting>
+
+ <distributionManagement>
+ <site>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}${sitePath}</url>
+ </site>
+ </distributionManagement>
<properties>
<jersey.version>2.16</jersey.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -312,6 +333,9 @@
<skip.docker.push>true</skip.docker.push>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<docker.push.registry>nexus3.onap.org:10003</docker.push.registry>
+
+ <!-- for Distribution Management -->
+ <sitePath>/content/sites/site/org/onap/dmaap/buscontroller/${artifact.version}</sitePath>
</properties>
<description>Packaging Platform (DMaaP) Bus Controller API as a Docker container. </description>
</project>