You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/02/28 10:51:37 UTC

[incubator-plc4x] branch master updated: Made the deploy build skip all sorts of goals normally executed prior to deployment

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 54f2ff7  Made the deploy build skip all sorts of goals normally executed prior to deployment
54f2ff7 is described below

commit 54f2ff7d61cc91b5608d3f7ed1744b6ea31f21ff
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Feb 28 11:51:34 2018 +0100

    Made the deploy build skip all sorts of goals normally executed prior to deployment
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 37557f0..583be8c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -116,7 +116,7 @@ pipeline {
             }
             steps {
                 echo 'Deploying'
-                sh 'mvn -P${JENKINS_PROFILE} -DskipTests deploy'
+                sh 'mvn -P${JENKINS_PROFILE} -Drat.skip=true -Djqassistant.skip=true -Dmaven.resources.skip=true -Dmaven.test.skip=true -Dmaven.install.skip=true deploy'
             }
         }
 

-- 
To stop receiving notification emails like this one, please contact
cdutz@apache.org.