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 2021/10/01 13:24:03 UTC

[maven-jenkins-lib] branch master updated: Activate documentation step

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 f2c4f3f  Activate documentation step
f2c4f3f is described below

commit f2c4f3f5838f9a9f90810d8d85cdf101e7ab73b3
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Oct 1 15:23:47 2021 +0200

    Activate documentation step
---
 vars/asfMavenTlpPlgnBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index cfd060a..771278d 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -64,7 +64,7 @@ def call(Map params = [:]) {
       }
       
       // doesn't work for multimodules yet
-      // doCreateTask( os, siteJdk, siteMvn, tasks, first, 'site', taskContext )
+      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 )