This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git
The following commit(s) were added to refs/heads/master by this push:
new 7d72d35 fix this withMaven reporting
7d72d35 is described below
commit 7d72d350b31e5a4e8369dad0390f972ad6cbf1d2
Author: Olivier Lamy <[email protected]>
AuthorDate: Sun Mar 15 12:21:10 2026 +1000
fix this withMaven reporting
Signed-off-by: Olivier Lamy <[email protected]>
---
Jenkinsfile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index a57cb21..df7a28f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -60,10 +60,7 @@ pipeline {
}
steps {
withCredentials([string(credentialsId: 'API_TOKEN', variable:
'API_TOKEN')]) {
- withMaven(jdk:'jdk_21_latest', maven:'maven_3_latest',
mavenLocalRepo:'.repository', options: [
- artifactsPublisher(disabled: true),
- findbugsPublisher(disabled: true),
- ]) {
+ withMaven(jdk:'jdk_21_latest', maven:'maven_3_latest',
mavenLocalRepo:'.repository', publisherStrategy: 'EXPLICIT') {
sh "mvn -ntp -V -e failsafe:integration-test"
}
}