Re: [ANN] Apache Maven Compiler Plugin Version 3.5 Released

2016-01-21 Thread Andreas Gudian
I've just committed a potential fix for MCOMPILER-235. If some of you could use 3.6-SNAPSHOT (either build it yourself with my commit included, or wait a bit until it's updated in the apache snapshots repository) and see if it works for you, I'd apreciate it. But let's continue that discussion in

Re: [ANN] Apache Maven Compiler Plugin Version 3.5 Released

2016-01-21 Thread Andreas Gudian
To be honest, I wasn't even aware of that bug, as I only checked the summaries of the x latest bugs shortly before the release. And yes, when on the command line, I always do a clean build, whereas my IDE does the incremental stuff corrctly... :-/ But I get that it's annoying and I'll look into it

Re: [ANN] Apache Maven Compiler Plugin Version 3.5 Released

2016-01-21 Thread Alexander Kriegisch
Disclaimer: I just have my tablet here, I cannot actually do anything in Git or an IDE now. Anyway, a little hint: I counted about 38 or so commits in between 3.1 and 3.2, i.e. with 'git bisect' (one of my favourite bug hunting tools) you should need max. 6 iterations in order to identify the e

Re: [ANN] Apache Maven Compiler Plugin Version 3.5 Released

2016-01-21 Thread Tibor Digana
This issue must be really annoying to users, I agree. The way would be to find the exact commit in GitHub between Versions 3.1 and 3.2 which caused this issue. This means compiling the maven-compiler-plugin in a loop and testing the project attached over and over again. On Thu, Jan 21, 2016 at 3:4

Re: [ANN] Apache Maven Compiler Plugin Version 3.5 Released

2016-01-21 Thread Thomas Broyer
On Wed, Jan 20, 2016 at 8:43 PM Andreas Gudian wrote: > ** New Feature > * [MCOMPILER-203] - Allow compiler-plugin to specify annotation > processor dependencies > Great! But… I don't get how you can add a feature about annotation processors and not at the same time fix one of the most anno

Re: [ANN] Apache Maven Compiler Plugin Version 3.5 Released

2016-01-21 Thread Andrei Ivanov
Hi, Thank you for your work :-) I just wished the long standing https://issues.apache.org/jira/browse/MCOMPILER-209 would have been included too :-( On Wed, Jan 20, 2016 at 9:43 PM, Andreas Gudian wrote: > The Apache Maven team is pleased to announce the release of the Apache > Maven Compiler

[ANN] Apache Maven Compiler Plugin Version 3.5 Released

2016-01-20 Thread Andreas Gudian
The Apache Maven team is pleased to announce the release of the Apache Maven Compiler Plugin, version 3.5. The Compiler Plugin is used to compile the sources of your project. http://maven.apache.org/plugins/maven-compiler-plugin/ You should specify the version in your project's plugin configurat