Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.2
-
Component/s: None
-
Labels:None
-
Environment:any, jdk 1.4.2_06
Description
The goal plugin:xdoc creates a table describing the parameters for a plugin. An example may be found here: http://mojo.codehaus.org/xmlbeans-maven-plugin/xmlbeans-mojo.html
In the example, notice that the nowrap on the type, expression and default-value columns causes the descriptions to be crammed into the right side of the page.
So rather than having these values in their own columns, position them in rows below the parameter as is done in the maven-model documentation for the project descriptor. This way the fields don't compete for space across the page:
http://maven.apache.org/maven2/maven-model/maven.html
What's more, the inclusion of hyperlinked xml at the top of the page describing the configuration section of the plugin would benefit the end user without manual effort of the plugin developer.
Issue Links
- depends upon
-
MNG-2410
adding a method in AbstractMavenReport to obtain newSink()
-
-
MPLUGIN-11
add an introduction to plugin configuration in plugin report
-
- is related to
-
MNG-1941
add an introduction to plugin configuration (patch included)
-
Currently this plugin generates an xdoc file describing the goals and parameters of the plugin.
Shouldn't be instead of generating an xdoc, we generate an HTML report??
Currently it generates html report about the goal but not about the parameter.