Maven 2.x Help Plugin

help:describe should accept "cmd" argument

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 2.1
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

In a lot of cases, people want help about Maven commands without really knowing exactly what their plugin's artifactId/groupId is. Many people at my work are perennially unclear about the distinction between a lifecycle phase like "compile" and a plugin goal like "compiler:compile".

help:describe should allow the user to specify an arbitrary command with "cmd", they could then type "mvn help:describe -Dcmd=install" to get information about the install lifecycle phase, or "mvn help:describe -Dcmd=compiler:compile" to get information about the compiler plugin's compile goal.

Issue Links

Activity

Hide
Vincent Siveton added a comment -

fixed in r681903, snapshot deployed.

Show
Vincent Siveton added a comment - fixed in r681903, snapshot deployed.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: