[ANN] Apache Maven Compiler Plugin 3.10.1 Released

2022-03-10 Thread Olivier Lamy
The Apache Maven team is pleased to announce the release of the Apache Maven Compiler Plugin, version 3.10.1 The Compiler Plugin is used to compile the sources of your project. https://maven.apache.org/plugins/maven-compiler-plugin/ You should specify the version in your project's plugin configu

Dependency version change on dependency import

2022-03-10 Thread Rimvydas Vaidelis
Hello, I have a multi-module project and I want to create a bill of materials (BOM) module. BOM module contains dependencyManagement. My parent module imports BOM module. BOM module will be used in another project that is going to use my library. In development environment I would like to change v

Re: Plugin goal that will trigger "verify"

2022-03-10 Thread Thomas Broyer
On Thu, Mar 10, 2022 at 5:22 AM Nils Breunese wrote: > Thomas Broyer wrote: > > > Le mer. 9 mars 2022 à 23:48, Nils Breunese a écrit : > > > >> The Maven build lifecycle consists of phases [0] and you can bind plugin > >> goals to phases. As far as I know it doesn’t work the other way around,