From 1df75bba74e671be9d7f4ddddfd64b64a53d1ed2 Mon Sep 17 00:00:00 2001 From: leonardo-pilastri-sonarsource <115481625+leonardo-pilastri-sonarsource@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:00:16 +0200 Subject: [PATCH] Update parent pom, hotfix maven.deploy.skip false (#4478) --- docs/java-custom-rules-example/pom.xml | 1 + its/plugin/plugins/java-extension-plugin/pom.xml | 1 + pom.xml | 2 +- sonar-java-plugin/pom.xml | 3 +++ 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/java-custom-rules-example/pom.xml b/docs/java-custom-rules-example/pom.xml index 3e4260158a8..7697168c248 100644 --- a/docs/java-custom-rules-example/pom.xml +++ b/docs/java-custom-rules-example/pom.xml @@ -17,6 +17,7 @@ 0.8.10 UTF-8 + false diff --git a/its/plugin/plugins/java-extension-plugin/pom.xml b/its/plugin/plugins/java-extension-plugin/pom.xml index ca59de9a67f..33c1eb8b04c 100644 --- a/its/plugin/plugins/java-extension-plugin/pom.xml +++ b/its/plugin/plugins/java-extension-plugin/pom.xml @@ -16,6 +16,7 @@ org.sonar.samples.java.JavaExtensionPlugin true + false diff --git a/pom.xml b/pom.xml index 2c27a34151e..47cb4d290d3 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.parent parent - 69.0.0.267 + 70.0.0.270 org.sonarsource.java diff --git a/sonar-java-plugin/pom.xml b/sonar-java-plugin/pom.xml index be0124dc4b4..3b8809f69d4 100644 --- a/sonar-java-plugin/pom.xml +++ b/sonar-java-plugin/pom.xml @@ -12,6 +12,9 @@ sonar-java-plugin sonar-plugin + + false + SonarQube Java :: Plugin Code Analyzer for Java http://redirect.sonarsource.com/plugins/java.html