From 5884db97d494d9c3d173058c103a88a6b6c33fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Bresson?= Date: Thu, 21 Jun 2018 15:05:38 +0200 Subject: [PATCH] Fixes for maven deploy (#366) gradle-plugin-mvn-wrapper: * Fix disabling of install and deploy * Set skipNexusStagingDeployMojo to true --- .../openapi-generator-gradle-plugin/pom.xml | 45 ++++++++++--------- 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/modules/openapi-generator-gradle-plugin/pom.xml b/modules/openapi-generator-gradle-plugin/pom.xml index 4e85925416a..aa640ff4257 100644 --- a/modules/openapi-generator-gradle-plugin/pom.xml +++ b/modules/openapi-generator-gradle-plugin/pom.xml @@ -13,6 +13,9 @@ openapi-generator-gradle-plugin (maven wrapper) This is a maven wrapper to call gradle during installation phase + + true + @@ -23,19 +26,28 @@ - + + + + + + maven-install-plugin + + true + + + + + maven-deploy-plugin + + true + + + + - - - - org.apache.maven.plugins - maven-install-plugin - 2.5.2 - - true - - + org.fortasoft @@ -65,15 +77,6 @@ - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 - - true - -