You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/01/02 08:52:33 UTC

[maven-dist-tool] 03/05: [Minor] Print Maven version in Jenkins logs

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git

commit 4f61e4d14ff51690ee572af18925fbbabd7fe743
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 22 22:54:49 2019 +0100

    [Minor] Print Maven version in Jenkins logs
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8b6591b..1e3df48 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -34,7 +34,7 @@ pipeline {
                   artifactsPublisher(disabled: true),
                   findbugsPublisher(disabled: true),
                 ]) {
-                    sh "mvn -B -e -Preporting -Papache.snapshots -Dscreenshot=false clean install site"
+                    sh "mvn -B -V -e -Preporting -Papache.snapshots -Dscreenshot=false clean install site"
                 }
             }
         }