Re: Quo Vadis Maven?

2024-04-23 Thread Manfred Moser
Awesome work everyone. It is great to see all the progress Maven and related tooling is making. Manfred On 2024-04-23 2:12 p.m., Tamás Cservenák wrote: Howdy, This is just a short newsflash about upcoming planned releases related to Maven. Recently we got a huge spike in plugin releases,

Quo Vadis Maven?

2024-04-23 Thread Tamás Cservenák
Howdy, This is just a short newsflash about upcoming planned releases related to Maven. Recently we got a huge spike in plugin releases, with various fixes and improvements. I will not enumerate all of them here, just use `mvn versions:display-plugin-updates` to pick them up ;) (and more plugins

[ANN] Apache Maven Shade Plugin 3.5.3 Released

2024-04-23 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin, version 3.5.3 This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to shade - i.e. rename - the packages of some of the dependencies.

[RESULT] [VOTE] Release Apache Maven Shade Plugin version 3.5.3

2024-04-23 Thread Hervé Boutemy
Hi, The vote has passed with the following result: +1 : zhongming hua, Olivier Lamy, Romain Manni-Bucau, Hervé Boutemy PMC quorum reached I will promote the source release zip file to Apache distribution area and the artifacts to the central repo.

Re: [VOTE] Release Apache Maven Shade Plugin version 3.5.3

2024-04-23 Thread Herve Boutemy
here is my +1 Reproducible Build ok: reference build done with JDK 17 on *nix Regards, Hervé On 2024/04/20 15:54:37 Hervé Boutemy wrote: > Hi, > > We solved 3 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921=12354342=Text > > Staging repo: >

[VOTE] Release Apache Maven Doxia Sitetools version 2.0.0-M18

2024-04-23 Thread Michael Osipov
Hi, we solved 12 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317320=12354412 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317320%20AND%20status%20%3D%20Open Staging repo:

Re: [VOTE] Release Apache Maven Wrapper 3.3.1

2024-04-23 Thread Olivier Lamy
+1 On Tue, 23 Apr 2024 at 02:28, Tamás Cservenák wrote: > > Howdy, > > The importance of this release is to gain over 3.3.0: Two changes are in > this release, both are equally important, but MWRAPPER-134 adds simple > means for tooling to discover wrapper versions being used. With 3.3.0 we >

Re: Replacement proposal for

2024-04-23 Thread Martin Desruisseaux
Le 2024-04-23 à 10 h 21, sebb a écrit : Minor correction: the classes method will necessarily *detect* added sources, because they won't have a class file. What occurs as a result is another matter./ It might be worth considering forcing a full build as an option in such cases if there is

Re: Replacement proposal for

2024-04-23 Thread sebb
Minor correction: the classes method will necessarily *detect* added sources, because they won't have a class file. What occurs as a result is another matter./ It might be worth considering forcing a full build as an option in such cases if there is any way that adding a new source file can affect