How to use Lombok when JPAMetaModelEntityProcessor annotation processor is activated in the maven build.
Maven config:
[...]
The solution of @Pierrick is right. but I can offer this solution. because we can add many processors with this.
maven-compiler-plugin org.projectlombok lombok ${lombok.version} org.hibernate hibernate-jpamodelgen 5.4.1.Final