Re: Run all tests (also in dependent modules), fail build at end

2022-02-05 Thread Alexander Kriegisch
Actually, I am not sure I want to compare with Install and Deploy plugin, but because you were mentioning them: 'installAtEnd' and 'deployAtEnd' are blessings IMO, and they are cornerstones of my work, because they help to avoid half-installed and - even worse - half-deployed multi-module projects

Re: Run all tests (also in dependent modules), fail build at end

2022-02-05 Thread Tibor Digana
It is basically the same feature known in the maven-deploy-plugin https://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#deployAtEnd Not sure if the command mvn deploy -DdeployAtEnd would fail to deploy dependent modules if the first module fails. We discussed this feature some

[ANN] Apache Maven Reporting API version 3.1.0 released

2022-02-05 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting API version 3.1.0. https://maven.apache.org/shared/maven-reporting-api/ Release Notes - Maven Shared Components - Version maven-reporting-api-3.1.0 ** Improvement * [MSHARED-812] - Require Java 7 *

[ANN] Maven Project Info Reports Plugin 3.2.1 released

2022-02-05 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Project Info Reports Plugin version 3.2.1. https://maven.apache.org/plugins/maven-project-info-reports-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins