From 63e28c60e58b9afc3771e15af8bc8065e0a62a3f Mon Sep 17 00:00:00 2001 From: budzow Date: Thu, 6 Mar 2025 13:32:05 +0100 Subject: [PATCH 1/2] Update pom.xml Make changes so the plugin works with plugin caching mechanism of 2015.1: - adding tag - updating sonar-packaging-maven-plugin to 1.23.0.740 - removing --- cobol-custom-rules/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cobol-custom-rules/pom.xml b/cobol-custom-rules/pom.xml index 3e5b8fb..2ba7ecc 100644 --- a/cobol-custom-rules/pom.xml +++ b/cobol-custom-rules/pom.xml @@ -64,7 +64,7 @@ org.sonarsource.sonar-packaging-maven-plugin sonar-packaging-maven-plugin - 1.21.0.505 + 1.23.0.740 true cobol-custom @@ -72,8 +72,8 @@ com.mycompany.cobol.sample.CobolCustomRulesPlugin true true - 6.7 cobol + cobol true From 7feed2fefdd9fcac67ad2e08f6eaba754a8190fb Mon Sep 17 00:00:00 2001 From: budzow Date: Thu, 6 Mar 2025 14:00:25 +0100 Subject: [PATCH 2/2] Update pom.xml custom plugin cannot have dash for the mechanism to work --- cobol-custom-rules/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobol-custom-rules/pom.xml b/cobol-custom-rules/pom.xml index 2ba7ecc..aae2061 100644 --- a/cobol-custom-rules/pom.xml +++ b/cobol-custom-rules/pom.xml @@ -67,7 +67,7 @@ 1.23.0.740 true - cobol-custom + cobolcustom COBOL Custom Rules com.mycompany.cobol.sample.CobolCustomRulesPlugin true