CLONE -Generated Goal documentation displays incorrect type for arrays
----------------------------------------------------------------------
Key: MPLUGIN-27
URL: http://jira.codehaus.org/browse/MPLUGIN-27
Project: Maven 2.x Plugin Plugin
Issue Type: Bug
Reporter: Marcus Schulte
Assigned To: Brett Porter
Priority: Minor
The site document generated to display specific goal information (site\Project
Reports\Plugin documentation\<Individual Site>) does not correctly display the
type for a parameter which is an array.
An example of this would be if a goal has a parameter defined like the example
below:
/**
* @parameter expression="${vmArgs}"
*/
private String[] vmArgs;
the generated site displays the parameter as only having a type of "String".
This is misleading since it should be type "String[]".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira