Apache Maven DOCCK Plugin Version 1.1 Released

The Apache Maven team is pleased to announce the release of the Apache Maven DOCCK, version 1.1.

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

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

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-docck-plugin</artifactId>
4  <version>1.1</version>
5</plugin>

Please be aware of the new location of our issue tracker. which has been moved from Codehaus to Apache Software Foundation

Release Notes - Apache Maven DOCCK Plugin - Version 1.1

Improvments:

Task:

  • MDOCCK-25 use maven-plugin-tools' java 5 annotations

Enjoy,

-The Apache Maven team