Re: [DISCUSS] Change maven code style

2022-10-17 Thread Gary Gregory
For my own 2c, all the extra spacing drives me bananas. Gary On Mon, Oct 17, 2022, 09:26 Björn Raupach wrote: > As someone who has just started opening some PRs for Maven, I would > appreciate a more common Java Code Style. > > Not saying the style is bad, it is just confusing. Especially the C

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-17 Thread Romain Manni-Bucau
+1 getting a bunch of new warnings as expected (which is good - ex: version not locked for clean plugin) but works on recent projects. Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Githu

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-17 Thread Tamás Cservenák
+1 works ok for me on several projects T On Sat, Oct 15, 2022 at 2:19 AM Guillaume Nodet wrote: > I've staged a release candidate at > https://repository.apache.org/content/repositories/maven-1811 > > The binaries are available at: > > > https://repository.apache.org/service/local/repositorie

Re: [DISCUSS] Change maven code style

2022-10-17 Thread Björn Raupach
As someone who has just started opening some PRs for Maven, I would appreciate a more common Java Code Style. Not saying the style is bad, it is just confusing. Especially the C++ like braces on a new line and the additional space between brackets. Not sure this will help gaining more committ