You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/06/29 20:32:49 UTC

[maven-jenkins-lib] branch master updated: Disable site plan, doesn't work with multimodules

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

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c7a553  Disable site plan, doesn't work with multimodules
8c7a553 is described below

commit 8c7a5535a63e567b533627e0eb9876799ccd8364
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Jun 29 22:32:41 2018 +0200

    Disable site plan, doesn't work with multimodules
---
 vars/asfMavenTlpPlgnBuild.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index 61b6ada..6eb528c 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -54,7 +54,8 @@ def call(Map params = [:]) {
 	    doCreateTask( os, jdk, mvn, tasks, first, 'build', taskContext )
       }
       
-      doCreateTask( os, siteJdk, siteMvn, tasks, first, 'site', taskContext )
+      // doesn't work for multimodules yet
+      // doCreateTask( os, siteJdk, siteMvn, tasks, first, 'site', taskContext )
       
       // run with apache-release profile, consider it a dryRun with SNAPSHOTs
       // doCreateTask( os, siteJdk, siteMvn, tasks, first, 'release', taskContext )