You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Vincent Siveton <vs...@apache.org> on 2008/05/29 14:57:12 UTC

[ANN] Maven Doxia Integration Tools 1.0 Released

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-tools

You 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