[ 
http://jira.codehaus.org/browse/MOJO-602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg updated MOJO-602:
---------------------------------

    Component/s: taglist

> Maven 2 Taglist Plugin: site documentation error for the tags configuration 
> element
> -----------------------------------------------------------------------------------
>
>                 Key: MOJO-602
>                 URL: http://jira.codehaus.org/browse/MOJO-602
>             Project: Mojo
>          Issue Type: Bug
>          Components: taglist
>            Reporter: Bernhard Wellhöfer
>
> Hello,
> the file howto.html and the file taglist-mojo.html both describe that I can 
> use a comma separated list of tags to look for, e.g.:
> <configuration>
>     <tags>TODO, @todo, FIXME, @deprecated</tags>
> </configuration>
> This does not work with the 2.0 taglist plugin. I have to use this style:
>                               <configuration>
>                                        <tags>
>                                                <tag>TODO</tag>
>                                                <tag>@todo</tag>
>                                                <tag>FIXME</tag>
>                                                <tag>@TODO</tag>
>                                                <tag>@ToDo</tag>
>                                        </tags>
>                               </configuration>
> Please update the two files.
> Regards,
> Bernd

-- 
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



---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to