The Mojo team is pleased to announce the release of the Taglist Plugin, version 2.0.

http://mojo.codehaus.org/taglist-maven-plugin/

The Taglist Plugin produces a report on various tags found in the code, like @todo or //TODO tags.

You can run mvn -U to get the latest version of the plugin, or specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>taglist-maven-plugin</artifactId>
  <version>2.0</version>
</plugin>

Changes:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11224&styleName=Text&version=12530

* [MTAGLIST-1] - Search algorithm for tags not correct for multiple tags

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to