Anthony Whitford created MDOCCK-26: -------------------------------------- Summary: When using Java 5 Annotations, docck incorrectly warns of no mojo descriptors found Key: MDOCCK-26 URL: https://jira.codehaus.org/browse/MDOCCK-26 Project: Maven 2.x Documentation Checker Plugin Issue Type: Bug Affects Versions: 1.0 Reporter: Anthony Whitford
I have a Maven Plugin that uses [Java 5 annotations|http://maven.apache.org/plugin-tools/maven-plugin-tools-annotations/]. The [descriptor is being generated|http://maven.apache.org/ref/3.0.4/maven-plugin-api/plugin.html], yet the docck plugin erroneously emits a warning: {noformat} [WARNING] ******************************************************* [WARNING] Deprecation Alert: [WARNING] No mojo descriptors were found in this project which has a packaging type of maven-plugin. [WARNING] In future versions of the plugin tools, this will fail the build. [WARNING] If this project is an archetype, change the packaging type from maven-plugin to maven-archetype. [WARNING] ******************************************************** {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira