You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Slawomir Jaranowski (JIRA)" <ji...@codehaus.org> on 2014/03/29 09:55:59 UTC

[jira] (MPLUGIN-262) Generated HelpMojo doesn't display default values and user properties.

Slawomir Jaranowski created MPLUGIN-262:
-------------------------------------------

             Summary: Generated HelpMojo doesn't display default values and user properties.
                 Key: MPLUGIN-262
                 URL: https://jira.codehaus.org/browse/MPLUGIN-262
             Project: Maven Plugin Tools
          Issue Type: Bug
    Affects Versions: 3.2
            Reporter: Slawomir Jaranowski
         Attachments: help-class-source.vm.patch

For example for parameter with default value, after run goal:help -Ddetail I see:

{noformat}
    parameterName
      description
{noformat}

I should see:

{noformat}
    parameterName (Default: default value)
      description
      User property: propertyName
{noformat}

I attach proposition of patch. 




--
This message was sent by Atlassian JIRA
(v6.1.6#6162)