aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-06-19 11:22:52 +0300
committerIttay Stern <ittay.stern@att.com>2019-06-19 10:11:49 +0000
commit46adb535d3af416773475b9aabb2ace8e1e9e1de (patch)
tree76163489824d60f68e6a7b78ca4a8b2084716fac
parent97bec3c43ac5cefdb8b852de8efb00a84148ed28 (diff)
Remove maven-deploy-plugin
This lets vid-master-release-version-java-daily go green. Change-Id: I8d1fdc153566a8b3b8e3783f6a9637c58d608127 Issue-ID: CIMAN-234 Signed-off-by: Ittay Stern <ittay.stern@att.com>
-rwxr-xr-xdeliveries/pom.xml8
-rw-r--r--pom.xml6
2 files changed, 0 insertions, 14 deletions
diff --git a/deliveries/pom.xml b/deliveries/pom.xml
index 43131b32f..42af6ab31 100755
--- a/deliveries/pom.xml
+++ b/deliveries/pom.xml
@@ -96,14 +96,6 @@
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>2.8</version>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
</plugins>
</build>
diff --git a/pom.xml b/pom.xml
index 2036994ea..454a705bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,12 +116,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>2.8</version>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<configuration>