Hey, If i put this on the pom
</compilerArgs>
<!--
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.42</version>
</path>
</annotationProcessorPaths>
-->
Then the nbm plugin doesnt process annotations?
Is it just me or is it a global issue?
