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 09:25:41 UTC

[incubator-plc4x] 01/02: Changed the Site generation step to use the "site" maven phase instead of calling the "site:site" goal directly. There are steps in the pom that are executed for providing static resources, which are hooked to the "pre-site" phase, so we need to exectute lifecycle instead of just the goal.

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

commit 2f7a95ce44102403c8eba0ed7fb964ec94305049
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Feb 28 10:25:16 2018 +0100

    Changed the Site generation step to use the "site" maven phase instead of calling the "site:site" goal directly.
    There are steps in the pom that are executed for providing static resources, which are hooked to the "pre-site" phase, so we need to exectute lifecycle instead of just the goal.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ed40541..9043394 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -126,7 +126,7 @@ pipeline {
             }
             steps {
                 echo 'Building'
-                sh 'mvn -P${JENKINS_PROFILE} site:site'
+                sh 'mvn -P${JENKINS_PROFILE} site'
             }
         }
 

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