Disable deploy plugin 88/96288/1 elalto
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 26 Sep 2019 14:48:14 +0000 (10:48 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 26 Sep 2019 14:48:14 +0000 (10:48 -0400)
Disable deploy plugin in pgaas/pom.xml

Change-Id: I8f4dd9d1d9b96f85c489b38b29881250e1628c88
Issue-ID: CCSDK-1757
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
pgaas/pom.xml

index 1c8eb5c..ab03d6f 100644 (file)
@@ -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>