diff --git a/README.md b/README.md index cbfbb699..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 ===================== @@ -61,7 +62,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 ## diff --git a/pom.xml b/pom.xml index 4d3b9566..56809fb5 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 @@ -1003,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}