This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 925273da3eb3a6e692a98c8aaef8862aebb7c804 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 6e24ad4..8ed475b 100644 --- a/build.xml +++ b/build.xml @@ -2015,7 +2015,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 764302f..1b0aabd 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -124,6 +124,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]
