Add plugin config to skip deployment step. 23/6223/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Tue, 25 Jul 2017 18:07:20 +0000 (14:07 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Tue, 25 Jul 2017 18:08:03 +0000 (14:08 -0400)
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>
dcae_dmaapbc_webapp/dbca-os/pom.xml

index 5921b60..78eaad9 100644 (file)
                                        </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>