Builds with itests timeout and die because of too many logs generated: https://travis-ci.org/apache/cayenne/builds . I turned off all the "pmd" checks, but this wasn't enough. I guess we'll need to find other ways to trim the logs. Cayenne is too big for Travis :)
A. > On Mar 30, 2016, at 1:18 PM, Andrus Adamchik <and...@objectstyle.org> wrote: > > >> 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. >