Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
since the lifecycle registers an entire plugin, not just goals, all mojos are run from the modello plugin so we either need to:
- configure per goal (works for the general case)
- if there is no need for the general case, merge the modello mojos into one and use configuration to determine what genereators to use (eg <generators>
<generator>xpp3</generator>
<generator>prevayler</generator>
</generators>