summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-09-26 10:48:14 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-09-26 10:48:14 -0400
commitb50321b613a139d7cb1732d1814194bafb657430 (patch)
treef89d19fb0b8b1dc6f5efda91eb6715115ba8fbb3
parentee9341e37f22c8cef87c48569ffdff1057c27ebe (diff)
Disable deploy pluginelalto
Disable deploy plugin in pgaas/pom.xml Change-Id: I8f4dd9d1d9b96f85c489b38b29881250e1628c88 Issue-ID: CCSDK-1757 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r--pgaas/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pgaas/pom.xml b/pgaas/pom.xml
index 1c8eb5c..ab03d6f 100644
--- a/pgaas/pom.xml
+++ b/pgaas/pom.xml
@@ -72,6 +72,14 @@ limitations under the License.
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>