From 788fe2cd31c84a7cc1996823f77a02d514a3c48a Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 17 Aug 2017 10:29:36 -0400 Subject: [PATCH] Add missing properties and distributionManagement In order for the release jobs to execute successfully and the stage-site jobs to also succeed. Change-Id: I06be2aaee050517a5a04d7361190b554a4da0627 Issue-Id: POLICY-139 Signed-off-by: Pamela Dragosh --- pom.xml | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/pom.xml b/pom.xml index 35c480b9..09943fa9 100644 --- a/pom.xml +++ b/pom.xml @@ -39,9 +39,77 @@ Code that implements the Policy Administration Backend. + https://nexus.onap.org + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + content/repositories/releases/ + content/repositories/snapshots/ + content/repositories/staging/ + + + ecomp-site + dav:${nexusproxy}${sitePath} + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + false + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + + + + + -- 2.16.6