diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-06-19 11:22:52 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-06-19 10:11:49 +0000 |
commit | 46adb535d3af416773475b9aabb2ace8e1e9e1de (patch) | |
tree | 76163489824d60f68e6a7b78ca4a8b2084716fac /pom.xml | |
parent | 97bec3c43ac5cefdb8b852de8efb00a84148ed28 (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 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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> |