<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>0.12.0</version>
<scope>compile</scope>
</dependency>
Not generating the getter or setter when using maven and can not find the option to turn it on when I use netbeans maven project.
In maven projects that are not only active when this happens the option that lombok recommended (http://projectlombok.org/setup/netbeans.html) maven project but can not find it and neither generates.
Thanks for your time.