From 55b3ac64e30c3b67aeaa76230ecb3ed35d01ef16 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 28 Nov 2024 20:54:53 -0500 Subject: [PATCH 1/4] [pom] Remove antrun version definition as defined by base-parent --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4d3b9566..d515bd4e 100644 --- a/pom.xml +++ b/pom.xml @@ -199,7 +199,6 @@ 4.0.2 3.0.1 - 3.1.0 1.1.0 0.22-1 4.0.1 @@ -993,7 +992,6 @@ org.apache.maven.plugins maven-antrun-plugin - ${antrunPluginVersion} prepare-integration-test-local-spotbugs-src From 80ae1eda7e9e48a3386d32cff4f813e631059111 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 28 Nov 2024 20:55:15 -0500 Subject: [PATCH 2/4] [pom] While still using antrun, make sure messages that are debug level are in fact in debug --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index d515bd4e..56809fb5 100644 --- a/pom.xml +++ b/pom.xml @@ -1001,12 +1001,12 @@ pre-integration-test - Copying Source for Tests...... - Making ${integrationTestSrc} + Copying Source for Tests...... + Making ${integrationTestSrc} - Copying to ${integrationTestSrc} - from ${localTestSrc} - for ${includesTestSrcPattern} + Copying to ${integrationTestSrc} + from ${localTestSrc} + for ${includesTestSrcPattern} From b71e09712783b3875fe7f2e55278dcd0d349e0af Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 28 Nov 2024 20:55:33 -0500 Subject: [PATCH 3/4] [ci] Make sure readme for gui reflects current 4.8.6.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbfbb699..1bdcbeee 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ mvn -Dmaven.surefire.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspe Run gui with a specific version ``` -mvn com.github.spotbugs:spotbugs-maven-plugin:4.8.6.2:gui +mvn com.github.spotbugs:spotbugs-maven-plugin:4.8.6.6:gui ``` ## Creating new site examples ## From e8c96fcb235e4dc7312b1734b7a03fcb9251479e Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 28 Nov 2024 20:56:46 -0500 Subject: [PATCH 4/4] [ci] Add note on what maven is required to build and what is required for usage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1bdcbeee..647a09cb 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Building spotbugs-maven-plugin Requirements =========================================== Java 17+ is required to build the project. Java 8+ is required for spotbugs analysis. +Maven 3.9.9 is required to build the project. It can be used as low as maven 3.6.3 in usage. spotbugs-maven-plugin =====================