> On Mar 30, 2016, at 1:16 PM, Aristedes Maniatis <a...@maniatis.org> wrote: > > I'm just heading home from work now, but go ahead and add whatever changes > you need. I don't think maven clean is needed though, and doesn't 'test' > already run 'verify' in maven?
Will do. No, verify is a separate stage that happens after package. So *Test and *IT are run at different stages of lifecycle. A.