You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2010/11/13 21:50:57 UTC

[ANN] Maven Linkcheck Plugin 1.1 Released

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

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.1</version>
</plugin>


Release Notes - Maven 2.x Linkcheck Plugin - Version 1.1

** Bug
    * [MLINKCHECK-2] - links to reports give false positives if run from
a profile
    * [MLINKCHECK-3] - Cannot add excludedHttpStatusErrors configuration
    * [MLINKCHECK-6] - IllegalArgumentException for some URIs
    * [MLINKCHECK-8] - Adding configuration for excludeLinks suppresses
warnings
    * [MLINKCHECK-9] - The necessary images are not included in the
generated site, if you use a custom skin

** Improvement
    * [MLINKCHECK-4] - Add support for wildcards in excludedPages

Enjoy,

-The Maven team

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