Re: [VOTE] Release Apache Maven Wrapper Plugin version 3.0.2

2021-04-07 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn | Book

Re: [VOTE] Release Apache Maven Wrapper Plugin version 3.0.2

2021-04-07 Thread Hervé BOUTEMY
+1 Regards, Hervé Le lundi 5 avril 2021, 16:29:48 CEST Robert Scholte a écrit : > To: "Maven Developers List" > Subject: [VOTE] Release Apache Maven Wrapper Plugin version 3.0.2 > > Hi, > > We solved 2 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12323721&ve > rs

Re: [VOTE] Release Apache Maven Wrapper Plugin version 3.0.2

2021-04-07 Thread Sylwester Lachiewicz
+1 czw., 8 kwi 2021, 01:47 użytkownik Tibor Digana napisał: > +1 > > On Mon, Apr 5, 2021 at 4:29 PM Robert Scholte > wrote: > > > To: "Maven Developers List" > > Subject: [VOTE] Release Apache Maven Wrapper Plugin version 3.0.2 > > > > Hi, > > > > We solved 2 issues: > > > > > https://issues.a

Re: Why no mvn daemon?

2021-04-07 Thread Olivier Lamy
Sounds great Guillaume! Not sure to have it part of default distribution but looks to be a great addition here. Not sure about ip clearance etc... something to manage of course... Not tested but should make our plugins build faster? I mean all build using invoker plugin and keep restarting jvm O

Re: [VOTE] Release Apache Maven Wrapper Plugin version 3.0.2

2021-04-07 Thread Tibor Digana
+1 On Mon, Apr 5, 2021 at 4:29 PM Robert Scholte wrote: > To: "Maven Developers List" > Subject: [VOTE] Release Apache Maven Wrapper Plugin version 3.0.2 > > Hi, > > We solved 2 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12323721&version=12348358&styleName=Text

Re: [VOTE] Release Apache Maven Wrapper Plugin version 3.0.2

2021-04-07 Thread Arnaud Héritier
+1 On Wed, Apr 7, 2021 at 11:26 PM Olivier Lamy wrote: > +1 > > On Wed, 7 Apr 2021 at 4:50 pm, Robert Scholte > wrote: > > > +1 > > > > On 5-4-2021 20:23:34, Maarten Mulders wrote: > > +1 > > > > Tested with Maven 3.8.1 on macOS. Plugin does not generate a wrapper for > > Maven 3.6.3, 3.7.0 or

Re: [VOTE] Release Apache Maven Wrapper Plugin version 3.0.2

2021-04-07 Thread Olivier Lamy
+1 On Wed, 7 Apr 2021 at 4:50 pm, Robert Scholte wrote: > +1 > > On 5-4-2021 20:23:34, Maarten Mulders wrote: > +1 > > Tested with Maven 3.8.1 on macOS. Plugin does not generate a wrapper for > Maven 3.6.3, 3.7.0 or 3.8.1. > > > Maarten > > On 05/04/2021 16:29, Robert Scholte wrote: > > To: "Ma

Re: Why no mvn daemon?

2021-04-07 Thread Romain Manni-Bucau
Le mer. 7 avr. 2021 à 19:32, Tibor Digana a écrit : > What was the third run? It was one thread with GraalVM? > 2nd run with mvnd (i skipped the first one since normally you start it once for you work day) mvnd client is a graalvm binary but that is a detail since it runs in a jvm an actual mav

Re: Why no mvn daemon?

2021-04-07 Thread Tibor Digana
What was the third run? It was one thread with GraalVM? $ time mvnd install -DskipTests -Dinvoker.skip=true real 0m11,295s user 0m0,354s sys 0m0,176s On Wed, Apr 7, 2021 at 7:09 PM Romain Manni-Bucau wrote: > Le mer. 7 avr. 2021 à 17:08, Tibor Digana a > écrit : > > > Romain, our builds are alw

Re: Why no mvn daemon?

2021-04-07 Thread Romain Manni-Bucau
Le mer. 7 avr. 2021 à 17:08, Tibor Digana a écrit : > Romain, our builds are always downloading the artifacts. > The I/O cannot be 0 time. We invest in safety builds rather than > performance and so we rather download fresh artifacts. > Other teams may cach the artifacts which may not be always s

Re: Why no mvn daemon?

2021-04-07 Thread Tibor Digana
Romain, our builds are always downloading the artifacts. The I/O cannot be 0 time. We invest in safety builds rather than performance and so we rather download fresh artifacts. Other teams may cach the artifacts which may not be always so safe - other preferences. If you think that the Cache or Ap

Re: Why no mvn daemon?

2021-04-07 Thread Romain Manni-Bucau
Hi Tibor, I see what you mean but I think this topic is actually unrelated to IO since this remote latency is actually 0 in the case we are discussing and this case is generally solved by caching on all CI (jenkins, gh actions, travis for the ones I can speak about out of my head) - and locally by

Re: Why no mvn daemon?

2021-04-07 Thread Tibor Digana
I think two years ago we were talking about Maven dockerization. We had the work in progress and I think I will be able to find it again. The Docker image included local repo. I think the biggest latencies are when you are downloading artifacts. Of course, you have one local repo, but that's suitab