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:
- MLINKCHECK-12 - MavenProject/MavenSession Injection as a paremeter instead as a component.
- MLINKCHECK-13 - Upgrade to Maven 2.2.1 compatiblity
- MLINKCHECK-14 - Upgrade maven-invoker 2.0.9 to 2.1.1
- MLINKCHECK-15 - Update maven-reporting-impl to 2.3
- MLINKCHECK-16 - Update version of plexus-utils to 3.0.18
- MLINKCHECK-17 - Upgrade plexus-i18n to 1.0-beta-10
Task:
- MLINKCHECK-11 - use maven-plugin-tools' java 5 annotations
Enjoy,
-The Apache Maven team
Karl Heinz Marbaise