Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3
-
None
-
None
Description
If you have the @phase annotation in your mojo, the generated documentation will look something like: "Automatically executes within the lifecycle phase: validate "
This is misleading; the goal will not automatically execute - very few goals in Maven do. Instead, you need an <executions> section in your POM. I think it would be clearer to just say "Executes during the lifecycle phase: validate" or something like that.