From d174e93595bb38138a0b4ef26af3b57e937340f1 Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Sat, 3 Mar 2018 23:53:39 -0500 Subject: [PATCH] Added site for Dist Mgt Change-Id: Ib1795ed41eea090489f9b7950838cab1c566abe5 Signed-off-by: dglFromAtt Issue-ID: DMAAP-324 --- pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pom.xml b/pom.xml index 6cf715f..d5fc86b 100644 --- a/pom.xml +++ b/pom.xml @@ -104,6 +104,20 @@ + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + @@ -281,6 +295,12 @@ + + + ecomp-site + dav:${nexusproxy}${sitePath} + + 2.26 UTF-8 @@ -297,6 +317,9 @@ **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + + + /content/sites/site/org/onap/dmaap/buscontroller/${artifact.version} Data Movement as a Platform (DMaaP) Bus Controller provides a REST API for other DCAE infrastructure components to provision DMaaP resources. A DMaaP resource is a Data Router Feed or a Message Router Topic, and their associated publishers and subscribers. -- 2.16.6