Fork me on GitHub

stapler:jelly-taglibdoc

Note:

This goal should be used as a Maven report.

Full name:

io.jenkins.tools.maven:stapler-maven-plugin:999999-SNAPSHOT:jelly-taglibdoc

Description:

Scans Jelly tag libraries from tag files, and generate taglib.xml compatible with jellydoc-maven-plugin

For productive debugging of this mojo, run "mvn site:run" with debugger. Every request will trigger a whole rendering, and you can do hot-swap of byte code for changes.

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: compile.
  • The goal is not marked as thread-safe and thus does not support parallel builds.
  • Invokes the execution of the following lifecycle phase prior to executing itself: generate-sources.

Optional Parameters

Name Type Since Description
<patterns> String[] - Regular expression for taglib URIs. If specified, only those taglibs that match these patterns will be generated into documentation.
Default: ${patterns}

Parameter Details

<patterns>

Regular expression for taglib URIs. If specified, only those taglibs that match these patterns will be generated into documentation.
  • Type: java.lang.String[]
  • Required: No
  • Default: ${patterns}