This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch remove-findbugsPublisher in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git
commit 5399bfa065fe0f62c635d40ee68948eda961a437 Author: Konrad Windszus <[email protected]> AuthorDate: Mon Mar 9 16:15:50 2026 +0100 Remove findbugsPublisher from Maven options findbugsPublisher is deprecated (https://github.com/jenkinsci/pipeline-maven-plugin?tab=readme-ov-file#feature-publishers) and reports would anyhow only be generated if https://plugins.jenkins.io/findbugs/ is installed. As the latter is unmaintained let's get rid of all findbugs related settings. --- vars/asfMavenTlpStdBuild.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/vars/asfMavenTlpStdBuild.groovy b/vars/asfMavenTlpStdBuild.groovy index 38af86d..c80c7ca 100644 --- a/vars/asfMavenTlpStdBuild.groovy +++ b/vars/asfMavenTlpStdBuild.groovy @@ -97,7 +97,6 @@ def call(Map params = [:]) { options: [ artifactsPublisher(disabled: disablePublishers), junitPublisher(ignoreAttachments: false), - findbugsPublisher(disabled: disablePublishers), openTasksPublisher(disabled: disablePublishers), dependenciesFingerprintPublisher(disabled: disablePublishers), // DISABLED DUE TO INFRA-17514 invokerPublisher(),
