You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/09/20 17:57:50 UTC

[logging-pipelines] branch master updated: Use fully qualified spotbugs goal name

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

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-pipelines.git


The following commit(s) were added to refs/heads/master by this push:
     new 2683979  Use fully qualified spotbugs goal name
2683979 is described below

commit 2683979549aef93ab905d4d203185d7274a929ba
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sun Sep 20 12:57:24 2020 -0500

    Use fully qualified spotbugs goal name
    
    Should fix modules that don't use a common parent pom (like log4j-bom).
---
 log4j/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j/Jenkinsfile b/log4j/Jenkinsfile
index 8937f2c..f7ef67f 100644
--- a/log4j/Jenkinsfile
+++ b/log4j/Jenkinsfile
@@ -58,7 +58,7 @@ pipeline {
             parallel {
                 stage('Ubuntu') {
                     steps {
-                        mvn '-Dmaven.test.failure.ignore=true verify spotbugs:spotbugs'
+                        mvn '-Dmaven.test.failure.ignore=true verify com.github.spotbugs:spotbugs-maven-plugin:spotbugs'
                         junit '**/target/*-reports/TEST-*.xml'
                         // TODO: would be nice to be able to include checkstyle, cpd, and pmd
                         recordIssues sourceCodeEncoding: 'UTF-8',