Re: support --resume-from improvement

2020-04-13 Thread Enrico Olivelli
Okay from me The patch you are referring to is https://github.com/apache/maven/pull/325 But I am still new to this code, other eyes are needed Enrico Il Lun 13 Apr 2020, 15:47 Robert Scholte ha scritto: > I've already demonstrated this during my video conference. > To me it is now ready to be

support --resume-from improvement

2020-04-13 Thread Robert Scholte
I've already demonstrated this during my video conference. To me it is now ready to be merged to master if others agree. In short: if a multimodule now fails, it'll say: call --resume-from :some-module This used to work with Maven 2, because for multimodule you had to call "install". However, wit