From d7275e776cbfa0484d82700bdabf47da91b46114 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 11 Jul 2019 13:57:51 -0400 Subject: Disable deploy plugin Disable maven-deploy-plugin to resolve build failure. Change-Id: I9158b158a8ccd1e64aac556452b168a310a0329e Issue-ID: CCSDK-1475 Signed-off-by: Timoney, Dan (dt5972) --- .gitignore | 4 ++++ dmaap/pom.xml | 11 ++++++++++- dnsdesig/pom.xml | 11 ++++++++++- helm/pom.xml | 20 +++++++++++++++++++- pgaas/pom.xml | 11 ++++++++++- sshkeyshare/pom.xml | 11 ++++++++++- 6 files changed, 63 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 47fe674..71d606c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,7 @@ **/target helm/test_config helm/nosetests.xml +**/.tox +**/*.wgn +**/*.egg-info +**/.testenv diff --git a/dmaap/pom.xml b/dmaap/pom.xml index 8c6ff0e..5213d9d 100755 --- a/dmaap/pom.xml +++ b/dmaap/pom.xml @@ -72,6 +72,16 @@ limitations under the License. true + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + @@ -138,7 +148,6 @@ limitations under the License. org.codehaus.mojo exec-maven-plugin - 1.2.1 clean phase script diff --git a/dnsdesig/pom.xml b/dnsdesig/pom.xml index 2d96e81..ca8c99e 100644 --- a/dnsdesig/pom.xml +++ b/dnsdesig/pom.xml @@ -72,6 +72,16 @@ limitations under the License. true + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + @@ -138,7 +148,6 @@ limitations under the License. org.codehaus.mojo exec-maven-plugin - 1.2.1 clean phase script diff --git a/helm/pom.xml b/helm/pom.xml index 3290e32..f1a716c 100644 --- a/helm/pom.xml +++ b/helm/pom.xml @@ -72,6 +72,25 @@ limitations under the License. true + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + @@ -138,7 +157,6 @@ limitations under the License. org.codehaus.mojo exec-maven-plugin - 1.2.1 clean phase script diff --git a/pgaas/pom.xml b/pgaas/pom.xml index 1c8eb5c..66e6d5c 100644 --- a/pgaas/pom.xml +++ b/pgaas/pom.xml @@ -72,6 +72,16 @@ limitations under the License. true + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + @@ -138,7 +148,6 @@ limitations under the License. org.codehaus.mojo exec-maven-plugin - 1.2.1 clean phase script diff --git a/sshkeyshare/pom.xml b/sshkeyshare/pom.xml index c3e6b6b..ee382d6 100644 --- a/sshkeyshare/pom.xml +++ b/sshkeyshare/pom.xml @@ -72,6 +72,16 @@ limitations under the License. true + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + @@ -138,7 +148,6 @@ limitations under the License. org.codehaus.mojo exec-maven-plugin - 1.2.1 clean phase script -- cgit