From 3c8b5be7267ebfcd4670ca57df68fee1cf4848f5 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 17 Aug 2017 10:30:56 -0400 Subject: Add missing properties and distributionManagement In order for the release jobs to execute successfully and the stage-site jobs to also succeed. Change-Id: Iec826ef226d8053e3cd713925e33fd0d458fc2b2 Issue-Id: POLICY-139 Signed-off-by: Pamela Dragosh --- pom.xml | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 69 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b99ff6f..3a68254 100644 --- a/pom.xml +++ b/pom.xml @@ -35,13 +35,81 @@ pom - Policy - PAP + Policy - PDP Code that implements the Policy Decision Engine common code. + 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 + + + + + -- cgit 1.2.3-korg