Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: _Plugin Submission
-
Labels:None
Description
Hi all,
i've attached tlddoc-report-plugin for maven i've developed. It creates javadoc-style documentation for taglibrary descriptors located within maven-project.
Note, that it uses tlddoc-generator (see https://taglibrarydoc.dev.java.net/) as dependecy that i've manually installed in my local maven-repository.
Cheers,
Max
Can someone add this plugin to svn. We took it from attachment and use it. It works perfectly.
One change must be done in pom.xml - change from:
<dependency>
<groupId>tlddoc</groupId>
<artifactId>tlddoc</artifactId>
<version>1.2</version>
</dependency>
to:
<dependency>
<groupId>taglibrarydoc</groupId>
<artifactId>tlddoc</artifactId>
<version>1.3</version>
</dependency>
GroupId must be changed, versions 1.2 and 1.3 are equally good.