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/10/17 18:32:08 UTC

[incubator-plc4x] branch master updated: - Tried something else

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 9ab0483  - Tried something else
9ab0483 is described below

commit 9ab0483dc57597b229f5d25cb0faa2a07f5c9391
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Oct 17 20:30:19 2018 +0200

    - Tried something else
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index bd04737..e76666b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -135,7 +135,7 @@ pipeline {
                 echo 'Deploying'
                 // Unstash the previously stashed build results.
                 unstash name: 'plc4x-build'
-                sh 'mvn -P${JENKINS_PROFILE} ${MVN_LOCAL_REPO_OPT} -Drat.skip=true -Djqassistant.skip=true -Dmaven.resources.skip=true -Dmaven.test.skip=true deploy'
+                sh 'mvn -U -P${JENKINS_PROFILE} ${MVN_LOCAL_REPO_OPT} -Drat.skip=true -Djqassistant.skip=true -Dmaven.resources.skip=true -Dmaven.test.skip=true -Dmaven.install.skip=true deploy'
             }
         }