Re: MWAR Processing Hooks

2016-04-02 Thread Ryan Dunckel
To clarify, my particular use case involves "finger printing" the files included in the war (via a hash), and creating a manifest (that I also want to include in the war). On Fri, Apr 1, 2016 at 11:14 AM Ryan Dunckel wrote: > There are "advanced" use cases in which a

MWAR Processing Hooks

2016-04-01 Thread Ryan Dunckel
There are "advanced" use cases in which a user of the war plugin wants to perform some processing between the point in which the war content is packaged, but before it is s archived into a .war file. In looking at the war plugin source code, I noticed that the parts of the war building lifecycle ha