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

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

You can run mvn -U to get the latest version of the plugin, or specify
the version in your project's plugin configuration:

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

This is the first release of this plugin.

Enjoy,

-The Maven team

Reply via email to