From 023c1ca8fec7edff9f2600c22df263d974f4c8c6 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 11 Aug 2017 11:55:51 -0400 Subject: 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 --- pom.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'pom.xml') 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 + + + + + -- cgit 1.2.3-korg