You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2014/10/11 15:09:51 UTC

[ANN] 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.

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

You should specify the version in your project's plugin configuration:

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

Release Notes - Maven Linkcheck Plugin - Version 1.2

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12100&version=16906

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