preparing next maven-assembly-plugin release

2023-02-08 Thread Hervé Boutemy
Hi, I want to do a release of the maven-assembly-plugin because I fixed a key issue I introduced in 3.2.0 and that cause many people not being able to upgrade... I expect to start the release in 1 week: if anybody has a fix to do before the release, please do Regards, Hervé ---

Re: Bug report - maven shade plugin - transitive dependencies of provided dependency included in uber-jar

2023-02-08 Thread Pavel Horal
Hi, there is a configuration for including/excluding provided scope dependencies - https://maven.apache.org/plugins/maven-shade-plugin/shade-mojo.html#keepDependenciesWithProvidedScope . It is not apparent what should be the default behavior from the documentation though. Pavel On Thu, 9 Feb 202

[RESULT] [VOTE] Release Maven Deploy Plugin 3.1.0`

2023-02-08 Thread Tamás Cservenák
Howdy, The vote has passed with following results: +1: Michael Osipov, Olivier Lamy, Sylwester Lachiewicz, Tamás Cservenák +1nb: Jean-Baptiste Onofré PMC quorum reached. I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report. Thanks

Bug report - maven shade plugin - transitive dependencies of provided dependency included in uber-jar

2023-02-08 Thread Adam Cervenka (ZA)
Hello, I would like to report a bug. I declared a dependency as provided, but the shade plugin still includes its transitive dependencies in the uber-jar. To demonstrate the issue, I created following repository: https://github.com/cerveada/shade-plugin-issue Using the poms and instructions in

Re: [VOTE] Release Maven Deploy Plugin 3.1.0

2023-02-08 Thread Tamás Cservenák
+1 On Mon, Feb 6, 2023 at 1:51 PM Tamás Cservenák wrote: > Howdy, > > We fixed several issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317228&version=12352181 > > Staged repository: > https://repository.apache.org/content/repositories/maven-1866/ > > Source release