You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/11/06 17:40:55 UTC

[incubator-hop] branch master updated: change maven sh and disable assemblies

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 87ebef2  change maven sh and disable assemblies
87ebef2 is described below

commit 87ebef2ec2acae8be51780dd36fa40e3e8d15787
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Fri Nov 6 18:40:22 2020 +0100

    change maven sh and disable assemblies
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 6b6583e..39c696c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -71,7 +71,7 @@ pipeline {
                 branch 'master'
             }
             steps {
-                sh "./mvnw $MAVEN_PARAMS clean install"
+                sh "mvn $MAVEN_PARAMS clean install -P !assemblies"
             }
             post {
                 always {