[ANN] Apache Maven Shade Plugin Version 3.3.0 Released

2022-03-29 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin Version 3.3.0 https://maven.apache.org/plugins/maven-shade-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-shade-plugin 3.3.0 You can

Re: [DISCUSS] New Maven Core API for 4.x

2022-03-29 Thread Romain Manni-Bucau
Hmm, can mean reviewing on github the actual impact of such a deep breaking change. If too much outside our own code it can not be an option without a compat layer for a very long time, if very rare let's mive forward I'd say. But clearly we need a real plugin api and disable all maven-core classre

Re: [DISCUSS] New Maven Core API for 4.x

2022-03-29 Thread Guillaume Nodet
The immutable model is not the only goal. One of the main goal is to provide a more complete and cleaner API so that we can get rid of maven-compat and other legacy stuff, hide the resolver api, etc... The immutable model is just a side benefit that we can get while refactoring the API, so while I

[RESULT] [VOTE] - Release Apache Maven Shade Plugin Version 3.3.0

2022-03-29 Thread Karl Heinz Marbaise
Hi, The vote has passed with the following result: +1: Enrico Olivelli, Romain Manni-Bucau, Slawomir Jaranowski, Hervé Boutemy, Philipp Dallig, Karl Heinz Marbaise, Sylwester Lachiewicz, Olivier Lamy PMC quorum: reached I will promote the artifacts to the central repo. Kind regards Karl Heinz

Re: Surprises on maven 4

2022-03-29 Thread Romain Manni-Bucau
Le mar. 29 mars 2022 à 09:40, Maarten Mulders a écrit : > Hi, > > Let me only chime in on your first question, as I have no idea about the > latter one... > > On 28/03/2022 10:19, Romain Manni-Bucau wrote: > > Hi all, > > > > For an output check (thanks again Michael for the pointer), I tested >

Re: Surprises on maven 4

2022-03-29 Thread Maarten Mulders
Hi, Let me only chime in on your first question, as I have no idea about the latter one... On 28/03/2022 10:19, Romain Manni-Bucau wrote: Hi all, For an output check (thanks again Michael for the pointer), I tested maven master/4 this morning and get a few question marks: 1. I know we warn