From 8cd30104ddb5fb89b5352e34f05a89ae18443657 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 23 Jul 2022 20:07:18 -0400 Subject: [PATCH 1/4] [ci] Use proper boolean setting --- src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy index 322dde36..f79ac78c 100644 --- a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy +++ b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy @@ -1182,7 +1182,7 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait { } if (debug || trace) { - sysproperty(key: "findbugs.debug", value: true) + sysproperty(key: "findbugs.debug", value: Boolean.TRUE) } classpath() { From 9899b4cb9573cb26a0cda53fa3df2869fdd97f11 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 23 Jul 2022 20:15:51 -0400 Subject: [PATCH 2/4] [todo] Remove todo around javaparser as now at project level --- TODO.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index c137938c..00000000 --- a/TODO.md +++ /dev/null @@ -1,3 +0,0 @@ -issue ------ -- maven release plugin site is failing with gmavenplus groovydoc regarding missing javaparser class. Tried adding that both at gmavenplus and at site plugin, neither worked. It is at site plugin currently. Running site on its own runs this same step without issue. From 2e93666174158b15e7b1cef259877f0c75cedc11 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 23 Jul 2022 21:12:34 -0400 Subject: [PATCH 3/4] [site] Bump fluido to 1.11.1 and add missing xml encoding --- src/site/site.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index 2080b3e4..cfc66584 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,4 +1,4 @@ - + @@ -10,7 +10,7 @@ org.apache.maven.skins maven-fluido-skin - 1.10.0 + 1.11.1 From 2737f05732cf4a7f907c179e2f6381c41833ce62 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 23 Jul 2022 21:36:57 -0400 Subject: [PATCH 4/4] [pom] Add automatic module name to reflect this project not parent --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 0fcb65d6..051e4a6f 100644 --- a/pom.xml +++ b/pom.xml @@ -223,6 +223,9 @@ 2.11.0 2.6 3.12.0 + + + com.github.spotbugs.maven