From ba29cc8163a73d35e1bd70d685bbd1ce7d7e2719 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Tue, 25 Jul 2017 14:07:20 -0400 Subject: Add plugin config to skip deployment step. ONAP Jenkins always runs "mvn deploy" but the WAR file may not be deployed to their Nexus. Change-Id: I75bcfdf563395b1d3b174876e199b2874518c022 Signed-off-by: Christopher Lott (cl778h) --- dcae_dmaapbc_webapp/dbca-os/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dcae_dmaapbc_webapp/dbca-os/pom.xml b/dcae_dmaapbc_webapp/dbca-os/pom.xml index 5921b60..78eaad9 100644 --- a/dcae_dmaapbc_webapp/dbca-os/pom.xml +++ b/dcae_dmaapbc_webapp/dbca-os/pom.xml @@ -100,6 +100,15 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + com.blackducksoftware.integration hub-maven-plugin -- cgit 1.2.3-korg