From 0d5be9d94c13f19030a373d74efe7c2dc97367b5 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Mon, 13 Aug 2018 14:55:59 -0400 Subject: Add site definition in distributionManagement Define site in distributionManagement to allow javadoc to be published to ONAP nexus site. Change-Id: I3f0ed9df6016cd8e9c3486fa92dea9132da7d63d Issue-ID: CCSDK-455 Signed-off-by: Timoney, Dan (dt5972) --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index d2f9d39f..3e2319bc 100755 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,10 @@ ONAP + + + content/sites/site/org/onap/ccsdk/sli/core/${project.version}/ + utils @@ -77,4 +81,10 @@ + + + ecomp-site + dav:${onap.nexus.url}/${sitePath} + + -- cgit 1.2.3-korg