You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benjamin Marwell <bm...@apache.org> on 2022/02/09 15:44:25 UTC

[ANN] taglist-maven-plugin v3.0.0 released!

Hi,

The Mojo team is pleased to announce the release of the
taglist-maven-plugin version 3.0.0.

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

https://www.mojohaus.org/taglist-maven-plugin/

To get this update, simply specify the version in your project's
plugin configuration:

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

This is the first version to natively support Maven 3.

Release Notes

https://github.com/mojohaus/taglist-maven-plugin/releases/tag/taglist-maven-plugin-3.0.0


Enjoy,

The Mojo team.

- Ben

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org