Re: Ensure Reproducible builds in mvn release:prepare ?

2023-02-13 Thread Tamás Cservenák
Howdy, Just an idea: maybe use https://maven.apache.org/plugins/maven-artifact-plugin/check-buildplan-mojo.html in the release profile? HTH T On Sun, Feb 12, 2023 at 4:20 PM Niels Basjes wrote: > Hi, > > I'm trying to make my first project conform to the reproducible builds. > > One thing I

[m-javadoc-plugin] how to exclude transitive dependency

2023-02-13 Thread Maxim Solodovnik
Hello All, I'm getting following error while running `javadoc:3.4.1:jar`: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.4.1:jar (attach-javadocs) on project openmeetings-util: Execution attach-javadocs of goal

[ANN] Release Apache Maven Surefire 3.0.0-M9

2023-02-13 Thread Olivier Lamy
Hi The Apache Maven team is pleased to announce the availability of Maven Surefire 3.0.0-M9. Release Notes - Maven Surefire - Version 3.0.0-M9 ** Bug * [SUREFIRE-2065] - Test Reports Inconsistencies with Parameterized and junit4 * [SUREFIRE-2095] - Fork crash doesn't fail build with

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-02-13 Thread Maxim Solodovnik
Same results with version 3.5.0 On Tue, 14 Feb 2023 at 12:07, Maxim Solodovnik wrote: > > Hello All, > > I'm getting following error while running `javadoc:3.4.1:jar`: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-javadoc-plugin:3.4.1:jar > (attach-javadocs) on project