Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.1
-
Component/s: Plugin Plugin
-
Labels:None
-
Number of attachments :
Description
The HelpMojo.java generated for the m-release-p contains the following description:
/** * Display help information on maven-plugin-plugin.<br/> * Call <code>mvn plugin:help -Ddetail=true -Dgoal=<goal-name></code> to display parameter details. * @author * @version * @goal help * @requiresProject false * @threadSafe */ public class HelpMojo extends AbstractMojo
This seems to be for the wrong plugin...
Here is a patch to fix this.
Could it be applied before release 3.1?
Thanks.