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. 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 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() { 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