Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1
-
Fix Version/s: 3.2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The generated HelpMojo uses javadoc tags rather than Java annotations.
If the plugin is only configured to use only the java-annotations extractor, then it does not recognise the HelpMojo as a valid mojo:
<extractors>
<extractor>java-annotations</extractor>
</extractors>
In this case, the plugin will silently fail to include the 'help' goal in the plugin descriptor.
I too would like the option to go with the Java5 Annotations. Presently, I see 3 issues: