[m2e-users] Maven / Eclipse Integration Very Slow

2018-08-24 Thread Alex Chatziparaskewas
Hi All We have a small undertaking with a total of about 10 individual projects currently. The entire thing can be build using Maven (via m2e). Nothing spectacular: some dependencies, protobuffer generation, compilation, etc. Running a full build using Maven takes a total of about 1 minute. All

Re: [m2e-users] Maven / Eclipse Integration Very Slow

2018-08-24 Thread Basin Ilya
Hi Alex. In general, Maven project build incrementally in Eclipse faster than from command-line, because Eclipse knows when to skip unnecessary steps. Not every code generation goal integrates well with Eclipse though. > calling Maven to do ‘something’ and everything gets stuck for minutes In th

Re: [m2e-users] Maven / Eclipse Integration Very Slow

2018-08-24 Thread Pontus Amberg
I'm not sure but might this be related: https://stackoverflow.com/questions/23399188/eclipse-build-loop-caused-by-protobuf-generated-code-related-to-maven-project-b /Pontus On Fri, Aug 24, 2018 at 10:48 AM Alex Chatziparaskewas < chatziparaske...@hotmail.com> wrote: > Hi All > > > > We have a sm