Re: [MCHECKSTYLE] release for upstream checkstyle

2020-01-11 Thread Enrico Olivelli
Ben It is a good idea. Any volunteer? Enrico Il ven 10 gen 2020, 18:46 Benjamin Marwell ha scritto: > Hi everyone, > > since the classloader issue is resolved in the master branch, I'd like > to suggest a release before merging the violation class PR. > > The sooner the better (for the checkst

Re: [maven-verifier-plugin] Thoughts on releasing new version

2020-01-11 Thread Sylwester Lachiewicz
Hi, thank you for this finding. I've checked where we use that plugin and seams that we use maven-invoker-plugin instead of this plugin. Quicks scan on all maven project sources shows only 2 usages - 1 in Modello and two cases in Maven integration tests. I do not know how others, but we can quickl

Re: Multiple executions of Maven with a single run

2020-01-11 Thread Romain Manni-Bucau
Out of my head, reusing the cli/clibuilder was easier and avoids all the fork config we want to avoid for such command but guess both work. Le sam. 11 janv. 2020 à 14:11, Enrico Olivelli a écrit : > Romain > > Il giorno dom 5 gen 2020 alle ore 18:14 Romain Manni-Bucau < > rmannibu...@gmail.com>

Re: Multiple executions of Maven with a single run

2020-01-11 Thread Enrico Olivelli
Romain Il giorno dom 5 gen 2020 alle ore 18:14 Romain Manni-Bucau < rmannibu...@gmail.com> ha scritto: > Hi Enrico > > Technically concatenating all goals for all modules will do it but will be > quite long - guess it is why we do it in 2 times. > > That said i always wondered why maven can read