Issue Details (XML | Word | Printable)

Key: MPH-29
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Vincent Siveton
Reporter: Dan Fabulich
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Help Plugin

help:describe should be way more helpful when no arguments are provided

Created: 04/Feb/08 04:55 PM   Updated: 06/Aug/08 06:02 AM   Resolved: 06/Aug/08 06:02 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 2.1

Time Tracking:
Not Specified


 Description  « Hide

Right now if you "mvn help:describe" with no further arguments you get an error: "You must either specify 'groupId' and 'artifactId', or a valid 'plugin' parameter."

The people who are using help:describe don't necessarily know how help:describe works yet; if they did, they might be clever enough to use "mvn help:describe -Dplugin=help -Dmojo=describe" to figure out how help:describe works.

This error message should be more like a paragraph long, and should include valid working examples. It could be copied from the apt doc for the help plugin.



Vincent Siveton added a comment - 06/Aug/08 06:02 AM

Improved the error message in r683221