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.
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.