aboutsummaryrefslogtreecommitdiffstats
path: root/deliveries
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 /deliveries
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>
Diffstat (limited to 'deliveries')
-rwxr-xr-xdeliveries/pom.xml8
1 files changed, 0 insertions, 8 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>