Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-11 Thread Olivier Lamy
On Thu, 12 Aug 2021 at 11:54, Olivier Lamy wrote: > No it's not that simple :) and probably doesn;t impact many plugins (btw > those plugins are using a wrong pattern :) ) > > In your mojo you have this field: > @Parameter(defaultValue = "${project}", readonly = true) > private MavenProje

Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-11 Thread Olivier Lamy
No it's not that simple :) and probably doesn;t impact many plugins (btw those plugins are using a wrong pattern :) ) In your mojo you have this field: @Parameter(defaultValue = "${project}", readonly = true) private MavenProject project; Within the mojo you do List classpathElements

Re: Commandline inheritance

2021-08-11 Thread Robert Scholte
Confirmed. Having the definition of central-repo in mind: this one is nominated to be moved from the super-pom to the installation settings.xml. It makes sense to have the ability to always override it using the user settings.xml (if you want to). Next the proposal is still to finally provide t

Re: Commandline inheritance

2021-08-11 Thread Benjamin Marwell
Yup, that's what I meant. Big +1! On Tue, 10 Aug 2021, 22:18 Tamás Cservenák, wrote: > A git like behavior sound good for me as well. > > So install/system-wise < user < project > > T > > > On Tue, Aug 10, 2021, 08:22 Benjamin Marwell wrote: > > > I read Michaels message the way like option 6:

Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-11 Thread Dan Tran
sounds to me, it impacts any plugin creating a class loader? such jaxws? -D On Wed, Aug 11, 2021 at 4:20 AM Olivier Lamy wrote: > On Wed, 11 Aug 2021 at 21:16, Michael Osipov wrote: > > > Merci Olivier for testing. > > Would you say that the change in Maven just revealed this bug in that > > p

Re: Request for Enhancement: Dependency Overrides

2021-08-11 Thread Michael Osipov
Am 2021-08-06 um 17:55 schrieb Enno Thieleke: Hello, I've been using Maven for 10+ years now. It's great and I still prefer it over similar tools. Recently I encountered a scenario where it would have been nice to be able to simply "override" a dependency. For example by specifying _somehow_ t

[ANN] Apache Maven SCM 1.11.3 released

2021-08-11 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven SCM, version 1.11.3. https://maven.apache.org/scm/ Release Notes - Maven SCM - Version 1.11.3 ** Bug * [SCM-926] - Maven SCM Jazz Provider should accept exit codes 52 and 53 on JazzTagCommand * [SCM-951] -

Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-11 Thread Olivier Lamy
On Wed, 11 Aug 2021 at 21:16, Michael Osipov wrote: > Merci Olivier for testing. > Would you say that the change in Maven just revealed this bug in that > particular plugin? > Yes we can say that :) I just hope no other plugins do something similar > Am 2021-08-11 um 06:03 schrieb Olivier

[RESULT] [VOTE] Release Maven SCM version 1.11.3

2021-08-11 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Michael Osipov, Tamás Cservenák, Sylwester Lachiewicz, Olivier Lamy PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report. --

Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-11 Thread Michael Osipov
Merci Olivier for testing. Would you say that the change in Maven just revealed this bug in that particular plugin? Am 2021-08-11 um 06:03 schrieb Olivier Lamy: did the bisect and found this *➜ **maven-core* *git:(**42c99b45e**)* git bisect good 76d5f0d942f52650d3bdf775b6af42d23d69066b is t