Hello Bernd,

2014-05-04 23:57 GMT+02:00 Bernd Eckenfels <e...@zusammenkunft.net>:

> Hello,
>
> I noticed while building, that there is a warning of the taglist plugin
> regarding deprecated config option. When I use the following it will
> use the new configuration mehtod and does some more tags (separated in
> two sections):
>
>       <plugin>
>         <groupId>org.codehaus.mojo</groupId>
>         <artifactId>taglist-maven-plugin</artifactId>
>         <version>2.4</version>
>         <configuration>
>         <tagListOptions>
>             <tagClasses>
>               <tagClass>
>                 <displayName>Needs Work</displayName>
>                 <tags>
>                   <tag>
>                     <matchString>TODO</matchString>
>                     <matchType>exact</matchType>
>                   </tag>
>                   <tag>
>                     <matchString>FIXME</matchString>
>                     <matchType>exact</matchType>
>                   </tag>
>                   <tag>
>                     <matchString>XXX</matchString>
>                     <matchType>exact</matchType>
>                   </tag>
>                 </tags>
>               </tagClass>
>               <tagClass>
>                 <displayName>Noteable Markers</displayName>
>                 <tags>
>                   <tag>
>                     <matchString>NOTE</matchString>
>                     <matchType>exact</matchType>
>                   </tag>
>                   <tag>
>                     <matchString>NOPMD</matchString>
>                     <matchType>exact</matchType>
>                   </tag>
>                   <tag>
>                     <matchString>NOSONAR</matchString>
>                     <matchType>exact</matchType>
>                   </tag>
>                 </tags>
>               </tagClass>
>             </tagClasses>
>           </tagListOptions>
>         </configuration>
>       </plugin>
>
> What do you think, does it make sense to use that? (I also think about
> adding it to VFS project).
>
>
> I also  tried it with Java 5 and Maven 3.0.5 and this worked as well.
>

Makes sense to me. I've added it to CSV and will also adopt it for lang.
Thanks!


>
> Bernd
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Reply via email to