Remove maven-deploy-plugin 42/90142/2
authorIttay Stern <ittay.stern@att.com>
Wed, 19 Jun 2019 08:22:52 +0000 (11:22 +0300)
committerIttay Stern <ittay.stern@att.com>
Wed, 19 Jun 2019 10:11:49 +0000 (10:11 +0000)
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>
deliveries/pom.xml
pom.xml

index 43131b3..42af6ab 100755 (executable)
 
             </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 2036994..454a705 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 </dependencies>
             </plugin>
 
-            <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>