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. Andreas 2016-01-21 15:44 GMT+01:00 Thomas Broyer <t.bro...@gmail.com>: > On Wed, Jan 20, 2016 at 8:43 PM Andreas Gudian <agud...@apache.org> 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 annoying issue when using annotation > processors that generate Java sources: > https://issues.apache.org/jira/browse/MCOMPILER-235 > > Is everyone always doing clean builds? or everyone sets > useIncrementalCompilation to false? > (or maybe everyone actually still uses 3.1; along with the > build-helper-maven-plugin if they need the generated sources added as > source roots in downstream plugins) > > /me frustrated >