Just wondering if anyone has done this successfully and can recommend some best practices. In an effort to make our build process around M2 as automatic as possible with regards to our internal standards, I'd like to create some custom plugins that effectively wrap existing plugins for either or both of these purposes:
* To provide configuration properties in a standard way (e.g. using our tag naming standard when doing releases) * To perform some action before or after calling into the wrapped Mojo I would expect this sort of thing has come up before for others. How did you accomplish it? Is there a recommendation for doing this? ..David..
