[ANN] Apache Maven Compiler Plugin Version 3.8.1

2019-05-02 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Compiler Plugin Version 3.8.1 https://maven.apache.org/plugins/maven-compiler-plugin/ You should specify the version in your project's plugin configuration: Important Notes since Version 3.8.0 * The default value

Re: [Profile] - Merge from parent

2019-05-02 Thread Francois Papon
Hi Hervé, Thanks for your help! I'm confuse because when I performed the release yesterday it doesn't work and now when I try, it works... May be something with my home cache maven repository. Sorry for the noise ;) Regards, François Papon fpa...@apache.org Le 02/05/2019 à 09:36, Hervé

How to change Maven dependency version range behavior

2019-05-02 Thread Koritako Alana
Hi there, I have come to the conclusion that what I need in my life is for Maven to resolve dependency ranges like: [1.2.0,2.0.0) to effectively mean [1.2.0]. Specifically when deciding which version of a direct dependency to use. How would I go about changing Maven's behavior for my project?