Hi there,
I am a long time user of projekt lombok and never had any problem using it.. until now.
I have added the needed maven dependency as useual to the pom file and also set up the Lombok plugin for IntelliJ.
Then I created a simple DTO and added the @Data annotation to it. After that I created a simple test to verify everything is working.
Plain and simple.
So far everything works as excepted until start the maven build.
The UnitTest fails becauce the compiler says "cannot find symbol" and rightfully so. I checked the generated class file and there is not getter or setter.
The annotation has been removed as expected but nothing else happend.
I assume that there might other dependencies in the pom file that interfere.
Cloud somebody please help me?
Greeting, Alex