Disable deploy plugin 85/91285/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 11 Jul 2019 17:57:51 +0000 (13:57 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 11 Jul 2019 17:57:51 +0000 (13:57 -0400)
Disable maven-deploy-plugin to resolve build failure.

Change-Id: I9158b158a8ccd1e64aac556452b168a310a0329e
Issue-ID: CCSDK-1475
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
.gitignore
dmaap/pom.xml
dnsdesig/pom.xml
helm/pom.xml
pgaas/pom.xml
sshkeyshare/pom.xml

index 47fe674..71d606c 100644 (file)
@@ -8,3 +8,7 @@
 **/target
 helm/test_config
 helm/nosetests.xml
+**/.tox
+**/*.wgn
+**/*.egg-info
+**/.testenv
index 8c6ff0e..5213d9d 100755 (executable)
@@ -72,6 +72,16 @@ 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>
       </plugins>
     </pluginManagement>
 
@@ -138,7 +148,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>
index 2d96e81..ca8c99e 100644 (file)
@@ -72,6 +72,16 @@ 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>
       </plugins>
     </pluginManagement>
 
@@ -138,7 +148,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>
index 3290e32..f1a716c 100644 (file)
@@ -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>
index 1c8eb5c..66e6d5c 100644 (file)
@@ -72,6 +72,16 @@ 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>
       </plugins>
     </pluginManagement>
 
@@ -138,7 +148,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>
index c3e6b6b..ee382d6 100644 (file)
@@ -72,6 +72,16 @@ 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>
       </plugins>
     </pluginManagement>
 
@@ -138,7 +148,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>