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:
packagetaglibdoc 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.
booleanNo${attach}trueMaven Project Helper.
org.apache.maven.project.MavenProjectHelperNoTldDoc output dir.
java.io.FileNo${project.reporting.outputDirectory}/tlddocGenerated jar name/location.
java.io.FileYes${project.build.directory}/${project.build.finalName}-tlddoc.jar