Apache Maven Linkcheck Plugin Version 1.2 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Linkcheck Plugin, Version 1.2.

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

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-linkcheck-plugin</artifactId>
4  <version>1.2</version>
5</plugin>

Release Notes - Apache Maven Linkcheck Version 1.2

Improvements:

Task:

Enjoy,

-The Apache Maven team

Karl Heinz Marbaise