show expression of goal parameter while describing a plugin detailly
--------------------------------------------------------------------

                 Key: MPH-73
                 URL: http://jira.codehaus.org/browse/MPH-73
             Project: Maven 2.x Help Plugin
          Issue Type: Improvement
    Affects Versions: 2.1
            Reporter: Juven Xu


$ mvn help:describe -Dplugin=compiler -Ddetail -Dgoal=testCompile

I want to see expression of the parameters if there is.

currently it's 

{noformat}
    skip
      Set this to 'true' to bypass unit tests entirely. Its use is NOT
      RECOMMENDED, but quite convenient on occasion.
      Deprecated. No reason given
{noformat}

the description in the [online 
document|http://maven.apache.org/plugins/maven-compiler-plugin/testCompile-mojo.html]
 is better:

{noformat}
skip:
Set this to 'true' to bypass unit tests entirely. Its use is NOT RECOMMENDED, 
but quite convenient on occasion.

    * Type: boolean
    * Since: 2.0
    * Required: No
    * Expression: ${maven.test.skip}

{noformat}

It will be very handy if I want to pass paramater values from command line, I 
don't want to check the oneline document every time.

-- 
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

        

Reply via email to