This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit fea92100ddaa2aa86827219fdf3fb614ce69868c Author: Mark Thomas <[email protected]> AuthorDate: Tue Mar 15 17:17:55 2022 +0000 Expand spotbugs Ant task to cover test code --- build.xml | 2 +- webapps/docs/changelog.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 8427711..b3cacd3 100644 --- a/build.xml +++ b/build.xml @@ -1625,7 +1625,7 @@ <target name="spotbugs" if="${execute.spotbugs}" - depends="compile,download-spotbugs"> + depends="test-compile,download-spotbugs"> <path id="spotbugs.classpath"> <fileset file="${spotbugs.jar}" /> diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 11bc548..66a0baf 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -116,6 +116,10 @@ <update> Update to SpotBugs 4.6.0. (markt) </update> + <add> + Expand the <code>spotbugs</code> Ant task to also cover test code. + (markt) + </add> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
