The Maven team is pleased to announce the release of the Maven Doxia
Tools, version 1.1

Doxia Tools is a set of tools for working with Doxia documents. It
contains a Converter and a Linkchecker.

http://maven.apache.org/doxia/doxia-tools/

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

<plugin>
  <groupId>org.apache.maven.doxia</groupId>
  <artifactId>doxia-linkcheck</artifactId>
  <version>1.1</version>
</plugin>

Enjoy,

-The Maven team

Reply via email to