Introduction
How Did the Plugin Documentation Standard Form?
The plugin documentation standard was created to address the frequent complain of lack of documentation, specifically on Maven's plugins. The standard was based on the suggestion made on the maven-dev mailing list with some refinements. It is a community consensus of what basic documentation a Maven plugin should have.
Why Do We Need a Plugin Documentation Standard?
The standard was developed not as set of rules, but rather as a set of guidelines to help plugin developers better document their plugins, in order to the benefit of the users of the plugin. The standard reminds plugin developers of the important, default details that should always be documented when developing a plugin, in order to speed plugin adoption for new users.
Plugin Documentation Key
Status:
Completed
In Progress
Not Started or Unassigned (may be taken by someone else)
Docck:
Result when running maven-docck-plugin. The number indicated is the number of errors reported by docck.
is used when it passes (0 errors) docck.
Nav:
The Navigation links complies with the plugin documentation standards.
Pass
Fail
Home:
The Plugin's home page complies with the documentation standards.
Pass
Fail
JIRA Issues:
Documentation-related open issues. Mostly from questions posted in the mailing lists.
Published:
Whether the plugin site has been published.
Published
Not published
Unknown
Maven Distributed Plugins
Plugin |
Status |
Docck |
Nav |
Home |
Assigned To |
JIRA Issues |
Published |
|---|---|---|---|---|---|---|---|
Maven Ant Plugin |
|
|
|
|
Vincent Siveton |
|
|
Maven AntRun plugin |
|
|
|
|
Allan Ramirez |
|
|
Maven Archetype Plugin |
|
|
|
|
Franz See |
|
|
Maven Assembly Plugin |
|
|
|
|
Edwin Punzalan |
|
|
Maven Clean Plugin |
|
|
|
|
Edwin Punzalan |
|
|
Maven Compiler Plug-in |
|
|
|
|
Edwin Punzalan |
|
|
Maven Dependency Plugin |
|
|
|
|
Allan Ramirez |
|
|
Maven Deploy Plug-in |
|
|
|
|
Allan Ramirez |
|
|
Maven DOCCK Plugin |
|
|
|
|
Dennis Lundberg |
|
|
Maven EAR Plugin |
|
|
|
|
Edwin Punzalan |
|
|
Maven Eclipse Plugin |
|
|
|
|
Edwin Punzalan |
|
|
Maven EJB Plugin |
|
|
|
|
Pete Marvin King |
|
|
Maven Enforcer Plugin |
|
|
|
|
Brian Fox |
|
|
Maven Help Plugin |
|
|
|
|
Maria Odea Ching |
|
|
Maven IDEA Plug-in |
|
|
|
|
Edwin Punzalan |
|
|
Maven Install Plug-in |
|
|
|
|
Allan Ramirez |
|
|
Maven Jar Plug-in |
|
|
|
|
Dennis Lundberg |
|
|
Maven One Plugin |
|
|
|
|
Dennis Lundberg |
|
|
Maven Plugin Plugin |
|
|
|
|
Maria Odea Ching |
|
|
Maven RAR Plugin |
|
|
|
|
Allan Ramirez |
|
|
Maven Release Plug-in |
|
|
|
|
John Tolentino |
|
|
Maven Resources Plug-in |
|
|
|
|
Franz See |
|
|
Maven SCM Plug-in |
|
|
|
|
Pete Marvin King |
|
|
Maven Site Plugin |
|
|
|
|
Maria Odea Ching |
|
|
Maven Source plugin |
|
|
|
|
Maria Odea Ching |
|
|
Maven Surefire Plug-in |
|
|
|
|
Allan Ramirez |
|
|
Maven WAR Plugin |
|
|
|
|
Pete Marvin King |
|
|
Maven Verifier plugin |
|
|
|
|
Denis Cabasson |
|
Maven Distributed Reports/Plugins
Plugin |
Status |
Docck |
Nav |
Home |
Assigned To |
JIRA Issues |
Published |
|---|---|---|---|---|---|---|---|
Maven Changelog Plugin |
|
|
|
|
Maria Odea Ching |
|
|
Maven Changes Plugin |
|
|
|
|
Dennis Lundberg |
|
|
Maven Checkstyle Plugin |
|
|
|
|
Maria Odea Ching |
|
|
Maven Clover Plugin |
|
|
|
|
Vincent Massol |
|
|
Maven Javadoc Plug-in |
|
|
|
|
Maria Odea Ching |
|
|
Maven JXR Plug-in |
|
|
|
|
Maria Odea Ching |
|
|
Maven PMD Plug-in |
|
|
|
|
Mike Perham |
|
|
Maven Project Info Reports |
|
|
|
|
Pete Marvin King |
|
|
Maven Surefire Report Plugin |
|
|
|
|
Allan Ramirez |
|
References
Navigation Standard
Use the following template for your site.xml:
Home Page Standard
FAQ Page Standard
Font Styles
Make the text font styles standard for:
- goals - monospaced
i.e. ( <<<install:install>>>) - parameter - monospaced
i.e. ( <<<-DparameterName>>> )
Maven Docck Plugin currently checks if a plugin has the following:
Project Descriptor Requirements
Documentation Item |
Implemented |
Comment |
|---|---|---|
modelVersion |
|
implemented by maven |
groupId |
|
implemented by maven |
artifactId |
|
implemented by maven |
version |
|
implemented by maven |
name |
|
|
description |
|
|
url |
|
|
issueManagement |
|
|
prerequisites >> maven |
|
|
inceptionYear |
|
|
mailingList |
|
WARN only |
scm |
|
WARN only |
organization |
|
|
plugin report |
|
|
licenses |
|
|
verify URLS |
|
|
Project Site Pages
Documentation Item |
Implemented |
Comment |
|---|---|---|
site(html/apt/xdoc) |
|
|
index(html/apt/xdoc) |
|
|
usage(html/apt/xdoc) |
|
|
examples |
|
|
FAQ |
|
|
Project Site Descriptor
Documentation Item |
Implemented |
Comment |
|---|---|---|
index.html link |
|
|
plugin-info.html link |
|
|
usage.html link |
|
|
faq.html link |
|
|
Plugin Javadoc Annotation Requirement
Documentation Item |
Implemented |
Comment |
|---|---|---|
parameter description |
|
|
mojo description |
|
|
2 Comments
Hide/Show CommentsJul 20, 2006
Denis Cabasson
I'll go for the verifier plugin (seems small enough, I guess even me should be able to deal with it).
dcabasson
Jul 20, 2006
Denis Cabasson
Patch submitted for the maven-verifier-plugin : http://jira.codehaus.org/browse/MVERIFIER-2
dcabasson