You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2012/09/26 23:05:48 UTC

[ANN] Maven Doxia Integration Tools 1.5 Released

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

This shared component has some utilities that are useful when
integrating Doxia in Maven, mainly for site generation and report
creation. The main entry point is the SiteTool Plexus component.

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

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

<dependency>
  <groupId>org.apache.maven.doxia</groupId>
  <artifactId>doxia-integration-tools</artifactId>
  <version>1.5</version>
</dependency>


Release Notes - Maven Doxia Tools 1.5

** Bug
    * [DOXIATOOLS-16] - NullPointerException when site URL is being
generated

** Improvement
    * [DOXIATOOLS-35] - [PATCH] Migration from obsolete
plexus-maven-plugin to plexus-containers-component-metadata

** Task
    * [DOXIATOOLS-37] - use plexus java 5 annotations instead of
old-style javadoc annotations
    * [DOXIATOOLS-41] - Update to Doxia base 1.3
    * [DOXIATOOLS-42] - Upgrade to doxia-sitetools-1.3


Enjoy,

-The Maven team

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