Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.0, 2.0.1, 2.0.2
-
Fix Version/s: Issues to be reviewed for 3.x
-
Component/s: POM
-
Labels:None
-
Complexity:Expert
-
Number of attachments :
Description
Allow properties like
<property>
<includes>
<include>whatever1/*.java</include>
<include>whatever2/*.java</include>
</include>
</property>
to avoid repeating stuff in the different plugins
Not very important if we have a way to share mojo configuration
Issue Links
| This issue relates to: | ||||
| MNG-831 | [toolchain] Improve plugin API to ease configuration sharing between plugins |
|
|
|
I don't think this is a good idea. I'd prefer to look at better mojo communication without introduction of dependency between them.