maven-compiler-plugin
maven-compiler-plugin copied to clipboard
[MCOMPILER-386] Enable lombok/ECJ integration to work
Romain Manni-Bucau opened MCOMPILER-386 and commented
Lombok patches ecj through a javaagent to enable its integration. Maven plugin could support plexus compiler integration to add class file transformers to make it smooth and avoid a 2 phase build (retrieve lombok, set opts, run build).
https://projectlombok.org/setup/ecj provided the details
No further details from MCOMPILER-386