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 2019/05/10 10:49:55 UTC

[plc4x] branch develop updated: - Enable all modules in site-generation

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 7ee17df  - Enable all modules in site-generation
7ee17df is described below

commit 7ee17df3641bf062cc959bd94cd05fee29113058
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri May 10 12:49:47 2019 +0200

    - Enable all modules in site-generation
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 2784eed..c4b06e1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -167,7 +167,7 @@ pipeline {
             }
             steps {
                 echo 'Building Site'
-                sh 'mvn -P${JENKINS_PROFILE} site'
+                sh 'mvn -P${JENKINS_PROFILE} -P${JENKINS_PROFILE},with-cpp,with-java,with-dotnet,with-python,with-proxies site'
             }
         }