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>
</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>