Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Not A Problem
-
3.0
-
None
-
None
Description
We have a project where a mojo defined in one plugin module is inherited from in another. With Javadoc-style markup, the child class is also declared as an mojo. With @Mojo, the child class needs to re-declare @Mojo in order to be included in the plugin definition.
I'm reporting this as 'trivial' priority. I've fixed it by copying those @Mojo annotations across.
I wouldn't have a problem with WONTFIXing this. I think the new behaviour is clearer, and I'm not convinced that the previous behaviour was intentional or desirable. However, it is still a change.