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:
- MDOCCK-31 Upgrade maven-plugin-tools 3.2
- MDOCCK-30 Upgrade to maven-plugins parent version 27
- MDOCCK-29 Upgrade to Maven 2.2.1 compatiblity
- MDOCCK-19 Mark plugin as @threadSafe
Task:
- MDOCCK-25 use maven-plugin-tools' java 5 annotations
Enjoy,
-The Apache Maven team