You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Marcus Schulte (JIRA)" <ji...@codehaus.org> on 2007/01/08 17:19:23 UTC

[jira] Commented: (MPLUGIN-24) Generated Goal documentation displays incorrect type for arrays

    [ http://jira.codehaus.org/browse/MPLUGIN-24?page=comments#action_84372 ] 
            
Marcus Schulte commented on MPLUGIN-24:
---------------------------------------

I am experiencing the same problem with version 2.1 of the plugin.
My plugin is available on the central repo including sources  (groupId=ch.marcus-schulte.maven, artifactId=hivedoc-plugin).

The docs can be seen under http://www.marcus-schulte.ch/hivedoc-plugin/hivedoc-mojo.html
Here, extraResources should be an Array of Strings.

> Generated Goal documentation displays incorrect type for arrays
> ---------------------------------------------------------------
>
>                 Key: MPLUGIN-24
>                 URL: http://jira.codehaus.org/browse/MPLUGIN-24
>             Project: Maven 2.x Plugin Plugin
>          Issue Type: Bug
>            Reporter: Micah Whitacre
>         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