Uploaded image for project: 'Maven Help Plugin'
  1. Maven Help Plugin
  2. MPH-73

show expression of goal parameter while describing a plugin detailly

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 2.1
    • None
    • None
    • None

    Description

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

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

      currently it's

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

      the description in the online document is better:

      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}
      
      

      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.

      Attachments

        Issue Links

          Activity

            People

              bentmann Benjamin Bentmann
              juven Juven Xu
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: