diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rwxr-xr-x | dmaap/pom.xml | 11 | ||||
-rw-r--r-- | dnsdesig/pom.xml | 11 | ||||
-rw-r--r-- | helm/pom.xml | 20 | ||||
-rw-r--r-- | pgaas/pom.xml | 11 | ||||
-rw-r--r-- | sshkeyshare/pom.xml | 11 |
6 files changed, 63 insertions, 5 deletions
@@ -8,3 +8,7 @@ **/target helm/test_config helm/nosetests.xml +**/.tox +**/*.wgn +**/*.egg-info +**/.testenv diff --git a/dmaap/pom.xml b/dmaap/pom.xml index 8c6ff0e..5213d9d 100755 --- a/dmaap/pom.xml +++ b/dmaap/pom.xml @@ -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> diff --git a/dnsdesig/pom.xml b/dnsdesig/pom.xml index 2d96e81..ca8c99e 100644 --- a/dnsdesig/pom.xml +++ b/dnsdesig/pom.xml @@ -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> diff --git a/helm/pom.xml b/helm/pom.xml index 3290e32..f1a716c 100644 --- a/helm/pom.xml +++ b/helm/pom.xml @@ -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> diff --git a/pgaas/pom.xml b/pgaas/pom.xml index 1c8eb5c..66e6d5c 100644 --- a/pgaas/pom.xml +++ b/pgaas/pom.xml @@ -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> diff --git a/sshkeyshare/pom.xml b/sshkeyshare/pom.xml index c3e6b6b..ee382d6 100644 --- a/sshkeyshare/pom.xml +++ b/sshkeyshare/pom.xml @@ -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> |