Benito Ciaro
Benito Ciaro

Reputation: 1748

lombok 1.16.4 with maven (jdk7) not working

I am using the @Data annotation, but compiler doesn't see the get/set methods. pom.xml is fine and lombok is in the classpath for 'mvn compile' command

Upvotes: 1

Views: 1299

Answers (1)

Benito Ciaro
Benito Ciaro

Reputation: 1748

Solved it by upping maven-compiler-plugin version to 3.1

Upvotes: 1

Related Questions