maven-parent
maven-parent copied to clipboard
[MPOM-372] Automatically format source files during Eclipse incremental build
Konrad Windszus opened MPOM-372 and commented
Each source file should be auto-formatted after an incremental build is triggered in Eclipse. This requires an update to a newer spotless-maven-plugin which has https://github.com/diffplug/spotless/issues/1413 integrated and a conditional profile (just active when running in Eclipse) which executes spotless:apply
Affects: MAVEN-38
Issue Links:
- MPOM-349 Enable spotless for autoformatting