From: Pamela Dragosh Date: Fri, 11 Aug 2017 15:55:51 +0000 (-0400) Subject: Add deploy staging configuration X-Git-Tag: 3.0.2-ONAP~40 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F7355%2F1;p=policy%2Fapi.git Add deploy staging configuration Unfortunately the last release build went directly to release. It should go to staging. Change-Id: I7a6082f7de674dfc0a13ab90d0aefa6f65b70ea3 Issue-Id: POLICY-139 Signed-off-by: Pamela Dragosh --- diff --git a/pom.xml b/pom.xml index 9d8e3511..0a03dab9 100644 --- a/pom.xml +++ b/pom.xml @@ -48,4 +48,60 @@ + + + + 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 + + + + +