querydsl / apt-maven-plugin

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

Bugfix 9: Target folder not imported to classpath with m2e #14

Closed mzachar closed 11 years ago

mzachar commented 11 years ago

Fixes https://github.com/mysema/maven-apt-plugin/issues/9

Automaticaly add outputFolder as eclipse sourceFolder during maven project configuration update - same behaviour as build-helper-maven-plugin and therefor it is no longer needed.

Not existing source folder will not cause build to break. So you can declare plugin in your parent pom for all projects that need to generate sources.

Also fileManger is now correctly closed which might avoid potential resource leakage during incremental build.