From: Christopher Lott (cl778h) Date: Tue, 25 Jul 2017 18:07:20 +0000 (-0400) Subject: Add plugin config to skip deployment step. X-Git-Tag: 2.0.0-ONAP~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F6223%2F1;p=ui%2Fdmaapbc.git 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) --- 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