Support m2e/Eclipse integration in hibernate-enhance-maven-plugin
Description
Activity
Show:

A Susnjar June 28, 2018 at 4:22 PM
Are we certain that this was completely fixed? I can see the plugin running and reporting "Successfully enhanced class..." in the Maven console but it does not seem to actually enhance anything (no evidence of it in the bytecode). All is fine when using maven from the command line and there is additional output not present in Eclipse maven console, such as:

Former user March 15, 2017 at 12:21 AM
Fixed in 5.1 branch as well.

Craig Andrews December 20, 2016 at 4:33 AM
Since the PR was merged, this issue should be resolved as fixed for version 5.2.6.
It would be nice if hibernate-enhance-maven-plugin included m2e support.
See https://wiki.eclipse.org/M2E_compatible_maven_plugins
Adding such support would eliminate having to manually add m2e configuration to the pom for every project that uses hibernate-enhance-maven-plugin and would speed up development by only causing Eclipse to refresh files that are changed by the plugin.