Are "M" versions of Surefire plugin pre-release?

2022-09-05 Thread Олег АндреичЪ
Hello Are "M" versions of the Surefire plugin (like 3.0.0-M7) pre-release? Should one use "M" versions or the latest version without "M" (2.22.2)? Usually, I see "M" as a "Milestone," which is pre-release, but I want to be sure this time. Unfortunately, I haven't found info about my question

[ANN] Apache Maven PMD Plugin 3.19.0 Released

2022-09-05 Thread Andreas Dangel
The Maven team is pleased to announce the release of the Apache Maven PMD Plugin, version 3.19.0 A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste fragments, as well as being able to fail the build based on these metrics.

Re: maven-shade-plugin: relocation of package names in resource files (unfortunately not in META-INF/services dir)

2022-09-05 Thread Olivier Lamy
You can create your own transformer implementation and add it as a dependency of the plugin (see sources there [1] to see what interface to implement). not tested but should work Maybe you can use a feature of the resources plugin see