From 565dd483f368ab9ac248996ae8def5080f8b5dde Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Sat, 17 Dec 2022 00:28:42 +0100 Subject: [PATCH] help for PR 15 --- java-plugin/pom.xml | 27 +++++++++++++++------------ pom.xml | 14 ++++++++++---- python-plugin/pom.xml | 27 +++++++++++++++------------ 3 files changed, 40 insertions(+), 28 deletions(-) diff --git a/java-plugin/pom.xml b/java-plugin/pom.xml index e9eb695b6..62607b3e8 100644 --- a/java-plugin/pom.xml +++ b/java-plugin/pom.xml @@ -88,7 +88,10 @@ fr.cnumr.java.MyJavaRulesPlugin true ${sonarqube.version} - java:${sonarjava.version} + + + + java @@ -121,16 +124,16 @@ copy - - - ${project.groupId} - ${project.artifactId} - ${project.version} - jar - true - - - ../lib + + + ${project.groupId} + ${project.artifactId} + ${project.version} + jar + true + + + ../lib @@ -138,7 +141,7 @@ copy test-compile - copy + copy diff --git a/pom.xml b/pom.xml index f27f99481..4f52d08d9 100644 --- a/pom.xml +++ b/pom.xml @@ -55,9 +55,17 @@ 9.7.1.62043 2.1.0.1111 - 3.9.0.9230 - 3.3.0.5166 + 3.21.0.10628 + 3.25.0.9077 1.20.0.405 + + 4.13.2 5.9.1 @@ -80,14 +88,12 @@ org.sonarsource.analyzer-commons sonar-analyzer-commons ${sonar-analyzer-commons.version} - compile org.sonarsource.sonarqube sonar-plugin-api-impl ${sonar-plugin-api-impl.version} - compile diff --git a/python-plugin/pom.xml b/python-plugin/pom.xml index e3b9aa96b..f5df412b1 100644 --- a/python-plugin/pom.xml +++ b/python-plugin/pom.xml @@ -61,7 +61,10 @@ fr.cnumr.python.CustomPythonRulesPlugin true ${sonarqube.version} - python:${sonar.python.version} + + + + python @@ -72,19 +75,19 @@ copy-bundle package - copy + copy - - - ${project.groupId} - ${project.artifactId} - ${project.version} - jar - true - - - ../lib + + + ${project.groupId} + ${project.artifactId} + ${project.version} + jar + true + + + ../lib