Re: [VOTE] Release Apache Maven 4.0.0-rc-3

2025-03-06 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau @rmannibucau | .NET Blog | Blog | Old Blog | Github | LinkedIn | Book <

Re: [DISCUSS] Support YAML poms

2025-03-06 Thread Christoph Läubrich
but it would also mean IDE which will stay the main blocker for adoption m2e already support polyglot extension because it uses mavens model-reader to read the "real" pom so there is no need for an IDE to adopt to every format. Beside that, as polyglot is already there [1], why not put it in

Re: [DISCUSS] Support YAML poms

2025-03-06 Thread Maarten Mulders
Hi, -1 from me. It has nothing to do with all the things you can dislike about YAML. It's a matter of what we spend our time on. I don't think we should invest too much effort in having additional formats for the POM in Maven itself. We now have one format (XML) for the POM. This, together

Re: [VOTE] Release Apache Maven PDF Plugin version 1.6.2

2025-03-06 Thread Matthias Bünger
Hi Elliotte, the PR (Feb 28) was not opend when I merged (Feb 27) everything and updated my local repo to slowly do the release. Until the vote it took some time, because it's my first time doing this and needed to take several basic taks, like keys etc. I didn't noticed that dependabot opened a

Re: [VOTE] Release Apache Maven 4.0.0-rc-3

2025-03-06 Thread Matthias Bünger
+1 (nb) Am 05.03.2025 um 12:15 schrieb Guillaume Nodet: We solved 108 issues since rc-2. https://issues.apache.org/jira/projects/MNG/versions/12355493 Staging repositories: https://repository.apache.org/content/repositories/maven-2278/ https://dist.apache.org/repos/dist/dev/maven/maven

Re: [DISCUSS] Support YAML poms

2025-03-06 Thread Hervé Boutemy
I see the interest of improving maintainability of build POM beyond what has already been achieved with inference (did I say I loved your presentation [4] and this term?) But as already expressed, I fear the risk of confusion and time taken... Your approach of not just discussing but providing

Re: [DISCUSS] Support YAML poms

2025-03-06 Thread Guillaume Nodet
I'm well aware of the Takari Polyglot project. However I don't want to spend time to rewrite it all to Maven 4. The Maven 4 architecture allows a much better support for additional syntaxes by leveraging a new clear SPI and the fact that we have the consumer POM and build POM. The build POM is t