Re: [VOTE] Release Apache Maven version 3.8.3

2021-10-01 Thread Mickael Istria
+1 from m2e. We tried using 3.8.2 internally and found it broke some tests (so we did stick to 3.8.1), while our first attempt with 3.8.3 was successful so it's good for m2e adoption (details at https://github.com/eclipse-m2e/m2e-core/pull/326 ).

Re: Issue with 3.8.2 and support status of 3.6.3, 3.5.X, 3.3.X and .3.2.X

2021-10-01 Thread Tamás Cservenák
Howdy, So my personal experience: I did stick with Homebrew on mac, while I was on macs, then switched to linux and used Linuxbrew (nowaday the two are merged :D ), but Brew was always pissing me off when it came to Java/Java related tooling. I use (linux)brew even today for some "edge" _native_

Re: Issue with 3.8.2 and support status of 3.6.3, 3.5.X, 3.3.X and .3.2.X

2021-10-01 Thread Delany
Just use the Maven wrapper. Honestly all this can be avoided. Delany On Fri, 1 Oct 2021 at 10:42, Fred Cooke wrote: > Gidday Tamas, > > Yeah, I'm not surprised. I don't install maven on my personal machines with > Brew, I grab and expand the tarball and have a system of symlinks to switch > arou

Re: Issue with 3.8.2 and support status of 3.6.3, 3.5.X, 3.3.X and .3.2.X

2021-10-01 Thread Fred Cooke
Gidday Tamas, Yeah, I'm not surprised. I don't install maven on my personal machines with Brew, I grab and expand the tarball and have a system of symlinks to switch around easily from old to new etc (I have some crappy old projects I still need to build with old JDK and old Maven). But at work,