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-tentacles.git


The following commit(s) were added to refs/heads/master by this push:
     new 88c213c  Remove deprecated mvn goal
88c213c is described below

commit 88c213c6dcfb0656116dc4762aea660f0d0eac02
Author: P. Ottlinger <[email protected]>
AuthorDate: Fri Jan 23 12:11:52 2026 +0100

    Remove deprecated mvn goal
---
 Jenkinsfile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 149db73..89a693b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -93,6 +93,13 @@ pipeline {
                 sh './mvnw site:site'
             }
         }
+
+        stage('Print available updates') {
+            steps {
+                echo 'Show available plugin and dependency updates'
+                sh './mvnw versions:display-dependency-updates 
versions:display-plugin-updates -U -B'
+            }
+        }
     }
 
     // Send out notifications on unsuccessful builds.

Reply via email to