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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git


The following commit(s) were added to refs/heads/master by this push:
     new 6624229  SLING-12089 Jenkins: Generate javadocs to spot illegal 
javadoc markup in sources
6624229 is described below

commit 6624229e4d8d0f2ef00b1610a693cbcb6b09398a
Author: Stefan Seifert <[email protected]>
AuthorDate: Wed Oct 11 13:06:42 2023 +0200

    SLING-12089 Jenkins: Generate javadocs to spot illegal javadoc markup in 
sources
---
 vars/slingOsgiBundleBuild.groovy | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index 16bc9c5..51187bf 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -189,6 +189,8 @@ def defineStage(def globalConfig, def jobConfig, def 
jdkVersion, def operatingSy
             }
             // calculate coverage with jacoco (for subsequent evaluation by 
SonarQube)
             additionalMavenParams = "${additionalMavenParams} -Pjacoco-report"
+            // generate javadocs to detect illegal javadoc markup in sources
+            additionalMavenParams = "javadoc:javadoc ${additionalMavenParams}"
         }
         checkout scm
         withMaven(maven: globalConfig.mvnVersion, jdk: jenkinsJdkLabel,

Reply via email to