This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new bae517a  Remove findbugsPublisher from Maven options
bae517a is described below

commit bae517a38021063398c122353b5de45cb486d29b
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(),

Reply via email to