querydsl / apt-maven-plugin

Maven APT plugin
Apache License 2.0
79 stars 41 forks source link

Performance hit / hot redeploy problem in Eclipse m2e apt generation #26

Closed luisfpg closed 9 years ago

luisfpg commented 10 years ago

As discussed in https://groups.google.com/forum/#!topic/querydsl/9RiqxgRQrvo It would be nice to not overwrite files that weren't changed. As it now all entity classes are recompiled in every build, and if the virtual machine is running, hot-redeploy always fails (after the maven builder finishes), even in cases where it would normally work.

timowest commented 9 years ago

@luisfpg I just added a pull request. Could you try it?