Maven help

2019-05-09 Thread Andrew Musselman
Hi, hoping this is an appropriate place to ask for some help with our build on Mahout. We recently did a lot of refactoring and got to a point where we were getting `src`-only zips, no jars and no binary builds. A few of the team have tried digging in to fix it but we are stuck due to lack of mave

Re: Maven help

2019-05-09 Thread Andrew Musselman
I've remembered why we made edits that dropped the bin build now, am experiencing long periods of pegged CPU (~1000%) and then heap or OOM errors at this line: [INFO] [INFO] [INFO] [INFO] Building Apache Mahout 14.1 [INFO] [I

Re: Maven help

2019-05-09 Thread Enrico Olivelli
Hi the first thing is to upgrade the assmbly plugin and maybe all of the other core plugins. Expecially for the Assembly plugin we did lots of enhancements recently. Enrico Il ven 10 mag 2019, 06:20 Andrew Musselman ha scritto: > I've remembered why we made edits that dropped the bin build now

Re: Maven help

2019-05-09 Thread Andrew Musselman
Thanks very much, will do that. Upgrading my maven version itself to 3.6 instead of 3.3 has gotten me over one hump already. On Thu, May 9, 2019 at 10:33 PM Enrico Olivelli wrote: > Hi > the first thing is to upgrade the assmbly plugin and maybe all of the other > core plugins. > Expecially for