Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

2018-12-06 Thread Olivier Lamy
+1 tested on some projects On Thu, 6 Dec 2018 at 8:26 am, Tibor Digana wrote: > Hi, > > We solved 15 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12344396 > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jira/i#is

Re: parallelise not overlapping tasks

2018-12-06 Thread Mickael Istria
Ok, my bad, thanks for the hint.

Re: parallelise not overlapping tasks

2018-12-06 Thread Romain Manni-Bucau
Mojos already have the ability to say if they are threadsafe, what do you see missing? Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

Re: parallelise not overlapping tasks

2018-12-06 Thread Mickael Istria
I think there is a difference between scheduling tasks (one is after the other) and assuming that 2 tasks that are ready can run in parallel. Adding scheduling data would be helpful and get rid of the concept of phases, for sure; but we also -and more importantly- need the existing mojos to be audi

Re: parallelise not overlapping tasks

2018-12-06 Thread Romain Manni-Bucau
Currently maven can't but I expect a way to do it, either in the next xsd as originally proposed or, why not, with a naming convention in the id of the execution (my-exec#after#other-exec or something like that if we want it before maven 4) The nice thing is that once done it makes phases pretty m

Re: parallelise not overlapping tasks

2018-12-06 Thread Mickael Istria
Hi, > any way we move that topic forward beginning of next year? I guess providing patches would be the best way ;) I'm coming late in this discussion and I'm a newcomer on that list, so I could miss context. This could relate to an effort we are doing in Eclipse IDE (and Eclipse m2e) to run mod

Re: parallelise not overlapping tasks

2018-12-06 Thread Romain Manni-Bucau
Hey guys, any way we move that topic forward beginning of next year? Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

MNG-6533 and MNG-6529

2018-12-06 Thread Mickael Istria
Hi all, As part of a major performance improvement in m2e, we'd like to use the ProjectBuilder.build(list_of_poms, ...) which drastically reduce CPU and RAM consumption compared to iterating on ProjectBuilder.build(single_pom, ...). We identified 2 relatively small limitations blocking m2e from ad

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

2018-12-06 Thread Enrico Olivelli
+1 (non binding) - tested on Linux Fedora 28 - checked signatures and checksum great work ! Enrico Il giorno gio 6 dic 2018 alle ore 06:45 Romain Manni-Bucau ha scritto: > > +1 (non binding) > > Romain Manni-Bucau > @rmannibucau | Blog >