The Maven team is pleased to announce the release of the Maven Linkcheck
Plugin, version 1.0

This plug-in allows you to generate a Linkcheck report of your project's
documentation using the Doxia Linkcheck Tool.

http://maven.apache.org/plugins/maven-linkcheck-plugin/

You should specify the version in the <reporting> section of your
project's POM:

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-linkcheck-plugin</artifactId>
 <version>1.0</version>
</plugin>

Enjoy,

-The Maven team

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

Reply via email to