The Maven team is pleased to announce the release of the Maven Doxia
Integration Tools, version 1.0. It is a collection of tools to help
the integration of Doxia in Maven plugins.
http://maven.apache.org/shared/maven-doxia-toolsYou can specify the version in your project's dependency configuration:
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-doxia-tools</artifactId>
<version>1.0</version>
</dependency>
Enjoy,
-The Maven team