either support ignoring of casing for tags or implement tag-classes (clusters)
------------------------------------------------------------------------------

                 Key: MTAGLIST-15
                 URL: http://jira.codehaus.org/browse/MTAGLIST-15
             Project: Maven 2.x Taglist Plugin
          Issue Type: New Feature
            Reporter: Roman Cerny


it would be nice, if one could configure the taglist-maven-plugin, that casing 
(of tags) can be ignored.

    * TODO, todo, Todo, (and several casing variations) would be shown in the 
same list.

    * same for @TODO and @todo

it would be even nicer, to specify classes of tags (that should be clustered to 
the same category).

something like:

<tagclasses>
<tagclass name="todo" ignorecasing="true">
<tag>TODO</tag>
<tag>@todo</tag>
</tagclass>
<tagclass name="fixme" ignorecasing="true">
<tag>FIXME</tag>
<tag>FIX</tag>
</tagclass>
<tag>@deprecated</tag>
</tagclasses>
</configuration>


since i didn't know which JIRA is the correct one, i posted this feature 
request in both i found:

also see: http://jira.codehaus.org/browse/MOJO-831


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