Re: Maven incremental compilation issue

2014-05-05 Thread Christopher
For the record, m2e doesn't use that plugin and Eclipse does do the incremental compilation if you use that. On May 5, 2014 8:38 PM, "Bill Havanki" wrote: > Yeah, I clean more often than not as well. > > It appears that even the latest version of the compiler plugin, 3.1, has > the problem, so we

Re: Maven incremental compilation issue

2014-05-05 Thread Bill Havanki
Yeah, I clean more often than not as well. It appears that even the latest version of the compiler plugin, 3.1, has the problem, so we may be stuck waiting ... On Mon, May 5, 2014 at 8:29 PM, Christopher wrote: > Personally, I prefer to recompile everything, but your suggestion seems > like a

Re: Maven incremental compilation issue

2014-05-05 Thread Christopher
Personally, I prefer to recompile everything, but your suggestion seems like a good workaround. You should file a bug with MPOM to bump the plugin version in the next release, but, for what it's worth, I don't consider it worth overriding the plugin version in our POM. On May 5, 2014 7:54 PM, "Bil

Maven incremental compilation issue

2014-05-05 Thread Bill Havanki
I've noticed lately that my builds of at least the core module always compile all the hundreds of classes in core, even if I didn't make any edits. I seem to have been encountering this problem: http://stackoverflow.com/questions/17944108/maven-compiler-plugin-always-detecting-a-set-of-sources-as-