This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git
The following commit(s) were added to refs/heads/master by this push:
new a9c3227 Use wrapper instead of system mvn
a9c3227 is described below
commit a9c32273842d19cc8ceb8441cd7fdd60aaa95013
Author: P. Ottlinger <[email protected]>
AuthorDate: Fri Jan 23 12:09:55 2026 +0100
Use wrapper instead of system mvn
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 03f7426..1d2b142 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -97,7 +97,7 @@ pipeline {
stage('Print available updates') {
steps {
echo 'Show available plugin and dependency updates'
- sh 'mvn versions:display-dependency-updates
versions:display-plugin-updates enforcer:display-info -U -B'
+ sh './mvnw versions:display-dependency-updates
versions:display-plugin-updates enforcer:display-info -U -B'
}
}