Copy the Lombok jar into your eclipse based IDE (Eclipse/STS etc-) install folder
.ini
file for your IDEm2
repositorycp ~/.m2/repository/projectlombork/lombork-1.x.jar /path/to/IDE/lombok.jar
Edit the .ini
file in the install folder of your IDE and add the following lines below -vmargs
.
-javaagent:lombok.jar
-Xbootclasspath/a:lombok.jar
.ini
file and the name of the jar lombok.jar
Restart your IDE and rebuild/maven-update your project