Generates a jar containing the tlddoc generated documentation. The generated jar is installed/deployed to the repository if install/deploy is executed after this goal.
Mojo Attributes:
package
taglibdoc
prior to executing itself.Name | Type | Description |
---|---|---|
tlddocJar | File |
Generated jar name/location. |
Name | Type | Description |
---|---|---|
attach | boolean |
Attach the generated jar to the main artifact. Set this to false if you don't want the taglibdoc jar deployed to
the repository. Default value is true . |
projectHelper | MavenProjectHelper |
Maven Project Helper. |
tldDocDir | File |
TldDoc output dir. |
Attach the generated jar to the main artifact. Set this to false if you don't want the taglibdoc jar deployed to the repository.
boolean
No
${attach}
true
Maven Project Helper.
org.apache.maven.project.MavenProjectHelper
No
TldDoc output dir.
java.io.File
No
${project.reporting.outputDirectory}/tlddoc
Generated jar name/location.
java.io.File
Yes
${project.build.directory}/${project.build.finalName}-tlddoc.jar