Re: How to set default directories when developing a reporting plugin?

2023-10-24 Thread Michael Osipov
On 2023/10/22 02:38:07 Alexander Kriegisch wrote: > Hello Michael, hello community. > > I have decided to actually change the plugin's behaviour the way I > described: > > -- I overrode the default value of AbstractMavenReport.outputDirectory > [1] by defining a setter method and adding a

Re: [ANN] Maven Surefire 3.2.1 released

2023-10-24 Thread Michael Osipov
Good catch. This crept in in other builds as well :-( On 2023/10/24 10:42:33 Thomas Broyer wrote: > This is using plexus-xml 4.0.0 (from Parent 40). Shouldn't that be > downgraded to 3.0.0? > ( > https://github.com/apache/maven-parent/commit/096de2d1f79a1b692a112db16675ecc2ac013597 > says 4.0.0

Re: [ANN] Maven Surefire 3.2.1 released

2023-10-24 Thread Thomas Broyer
This is using plexus-xml 4.0.0 (from Parent 40). Shouldn't that be downgraded to 3.0.0? ( https://github.com/apache/maven-parent/commit/096de2d1f79a1b692a112db16675ecc2ac013597 says 4.0.0 is not compatible with Maven 3; maybe a Parent 41 should have been released after that commit?) Fwiw, I have

[ANN] Maven Checkstyle Plugin 3.3.1 released

2023-10-24 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 3.3.1. https://maven.apache.org/plugins/maven-checkstyle-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins >maven-checkstyle-plugin