I had to include a reference to the lombok.jar in every project, then it worked all fine.
Downside is, that the lombok.jar is then included in the compiled jar.
--
You received this message because you are subscribed to the Google Groups "Project Lombok" group.
To unsubscribe from this group and stop receiving emails from it, send an email to project-lombo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/project-lombok/c4dac836-ad91-44e5-9080-3bd71e7ac2b4n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/project-lombok/CAL8Ju5mAJWiAnUpJQcctX89uUSKNxG%3D8MvGCSeKd2SYwUCXm2w%40mail.gmail.com.
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
....didn't work.