The Maven team is pleased to announce the release of the Maven DOCCK
Plugin, version 1.0

This plugin checks that a project complies with the Plugin Documentation
Standard.

http://maven.apache.org/plugins/maven-docck-plugin/

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

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-docck-plugin</artifactId>
 <version>1.0</version>
</plugin>

Release Notes - Maven 2.x Documentation Checker Plugin - Version 1.0


** Bug
    * [MDOCCK-10] - Use proper file encoding when checking site descriptor
    * [MDOCCK-12] - @Override let QDOX fail for this plugin

** Improvement
    * [MDOCCK-11] - Add support for Velocity filtered documents
    * [MDOCCK-13] - Set user agent for URL verifications

Enjoy,

-The Maven team


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to