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

                 Key: MOJO-831
                 URL: http://jira.codehaus.org/browse/MOJO-831
             Project: Mojo
          Issue Type: New Feature
          Components: taglist
            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>


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