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

sblackmon pushed a commit to branch snapshots
in repository https://gitbox.apache.org/repos/asf/streams.git


The following commit(s) were added to refs/heads/snapshots by this push:
     new 47dd9a6885 try using mvnw
47dd9a6885 is described below

commit 47dd9a6885f3a5f0b77f69e4deee4760826cc5fa
Author: Steve Blackmon <sblack...@apache.org>
AuthorDate: Fri Feb 16 16:34:18 2024 -0600

    try using mvnw
    
    Signed-off-by: Steve Blackmon <sblack...@apache.org>
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 02fe21d20b..e7b72a18d9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -37,7 +37,7 @@ pipeline {
 
                stage ('Build') {
             steps {
-                           sh "mvn ${MAVEN_CLI_OPTS} -P 'java-17' 
-Dmaven.test.skip.exec=true clean install"
+                           sh "mvnw ${MAVEN_CLI_OPTS} -P 'java-17' 
-Dmaven.test.skip.exec=true clean install"
                        }
                        post {
                 success {
@@ -48,7 +48,7 @@ pipeline {
 
         stage ('Test') {
             steps {
-                           sh "mvn ${MAVEN_CLI_OPTS} -P 'java-17' verify"
+                           sh "mvnw ${MAVEN_CLI_OPTS} -P 'java-17' verify"
                        }
                        post {
                 always {
@@ -63,7 +63,7 @@ pipeline {
             }
             steps {
                 // Use release profile defined in project pom.xml
-                sh "mvn ${MAVEN_CLI_OPTS} -Dmaven.test.skip.exec=true deploy"
+                sh "mvnw ${MAVEN_CLI_OPTS} -Dmaven.test.skip.exec=true deploy"
             }
         }
 

Reply via email to