<taglet> allow only one taglet
------------------------------
Key: MPJAVADOC-77
URL: http://jira.codehaus.org/browse/MPJAVADOC-77
Project: maven-javadoc-plugin
Issue Type: Bug
Reporter: Martin Desruisseaux
The {{<taglet>}} configuration element in the javadoc plugin allows for only
one taglet, or doesn't document how to add more than one taglet.
* I tried to put one than one {{<taglet>}} element in the {{pom.xml}} file, but
the last one seems to override all the previous ones.
* I tried space, coma, : and ; as separator, without success.
It should be possible to add an arbitrary amount of {{<taglet>}} elements, and
each of them should register a new taglet (through a new occurence of
{{-taglet}} argument given to the {{javadoc}} command line I guess). I tested
that multiple occurence of {{<taglet>}} works as expected with Ant.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira