summaryrefslogtreecommitdiffstats
path: root/helm
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-07-11 13:57:51 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-07-11 13:57:51 -0400
commitd7275e776cbfa0484d82700bdabf47da91b46114 (patch)
tree166203d5c132ed9f5b6b9732ae26cfcec7ba23b8 /helm
parent6b5636fe2ddaab95d180876127701e71639faf78 (diff)
Disable deploy plugin
Disable maven-deploy-plugin to resolve build failure. Change-Id: I9158b158a8ccd1e64aac556452b168a310a0329e Issue-ID: CCSDK-1475 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'helm')
-rw-r--r--helm/pom.xml20
1 files changed, 19 insertions, 1 deletions
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.
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</plugin>
+
+ <!-- maven-deploy-plugin is called during deploy but we do not need it -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <!-- maven-deploy-plugin is called during deploy but we do not need it -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
@@ -138,7 +157,6 @@ limitations under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>1.2.1</version>
<executions>
<execution>
<id>clean phase script</id>