Eclipse integration with m2e-apt (instead of Javaagent)
100 views
Skip to first unread message
Aritz
unread,
Jul 6, 2018, 2:53:06 AM7/6/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Project Lombok
Due to the outstanding issue with Lombok & Mapstruct integration in Eclipse (https://github.com/mapstruct/mapstruct/issues/1159), I'd like to configure Lombok without installing the javaagent, but instead using the m2e-apt integration. Is that possible?
Ideally, it should just work adding the Lombok processor to maven-compiler-plugin <annotationProcessorPaths>, but it doesn't...
Thanks,
Aritz
Reinier Zwitserloot
unread,
Jul 17, 2018, 3:26:02 PM7/17/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Project Lombok
I'd have no idea where to start. Actual eclipse support (in the editor) _requires_ the agent, no way around that.