summaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/dbca-os/pom.xml
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-07-25 14:07:20 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-07-25 14:08:03 -0400
commitba29cc8163a73d35e1bd70d685bbd1ce7d7e2719 (patch)
treee09a4d02bdd9f58685a1fb80251a70bd0b930725 /dcae_dmaapbc_webapp/dbca-os/pom.xml
parentd7d10b2de8e70793708b7e82f8d52a279b473d5f (diff)
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) <clott@research.att.com>
Diffstat (limited to 'dcae_dmaapbc_webapp/dbca-os/pom.xml')
-rw-r--r--dcae_dmaapbc_webapp/dbca-os/pom.xml9
1 files changed, 9 insertions, 0 deletions
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 @@
</overlays>
</configuration>
</plugin>
+ <!-- Do not deploy the war file to Nexus repo -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
<plugin>
<groupId>com.blackducksoftware.integration</groupId>
<artifactId>hub-maven-plugin</artifactId>