Re: second MNG-5760

2020-07-13 Thread Maarten Mulders
Since this message, I have seen one review (and approval). Thanks for that! If nothing more comes in, I'll assume approval and merge this Wednesday morning (Europe/Amsterdam timezone). Thanks, Maarten On July 1st, 2020 at 09:17, Maarten Mulders wrote: > From our own testing as well as through JI

Re: second MNG-5760

2020-07-01 Thread Maarten Mulders
>From our own testing as well as through JIRA we have received some findings in this functionality: - Maven crashes when invoked outside a project (no pom.xml present). This is now also covered in an integration test. - Resolution of the resume.properties file didn't work properly. This is now

Re: second MNG-5760

2020-06-20 Thread Enrico Olivelli
+1 (already approved on github) Enrico Il Sab 20 Giu 2020, 12:19 Hervé BOUTEMY ha scritto: > +1 > really nice work! > > Regards, > > Hervé > > Le vendredi 19 juin 2020, 11:42:44 CEST Robert Scholte a écrit : > > I've guided Maarten and Martin with their wok on solving MNG-5760 > > With it you

Re: second MNG-5760

2020-06-20 Thread Hervé BOUTEMY
+1 really nice work! Regards, Hervé Le vendredi 19 juin 2020, 11:42:44 CEST Robert Scholte a écrit : > I've guided Maarten and Martin with their wok on solving MNG-5760 > With it you can simply call mvn -r / --resume and it will start from the > failing module, respecting multiple failed modules

Re: second MNG-5760

2020-06-19 Thread Olivier Lamy
+1 On Fri, 19 Jun 2020 at 7:42 pm, Robert Scholte wrote: > I've guided Maarten and Martin with their wok on solving MNG-5760 > With it you can simply call mvn -r / --resume and it will start from the > failing module, respecting multiple failed modules in a multithreaded build. > > To me these P

second MNG-5760

2020-06-19 Thread Robert Scholte
I've guided Maarten and Martin with their wok on solving MNG-5760 With it you can simply call mvn -r / --resume and it will start from the failing module, respecting multiple failed modules in a multithreaded build. To me these PRs are ready to be merged. thanks, Robert