Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Java Plugins
-
Labels:None
-
Number of attachments :
Description
I have an Existing maven-plugin-a and I want to extend its functionality and put it in maven-plugin-b, so what i did is I put the the maven-plugin-a as a dependecy in maven-plugin-b and extended the mojo class from A, the issue on this is that paramter fields from A is not set, when I used plugin-B, I think this disables reusing and extending of mojos
Issue Links
| This issue duplicates: | ||||
| MPLUGIN-56 | Inter-plugin Mojo inheritance |
|
|
|
I have the same problem/need.