Lombok and nbm plugin
Pablo Rodriguez Pina <[email protected]> Sun, 16 Nov 2025 12:01:18 +0100
| Newsgroups | gmane.comp.java.ide.netbeans.user |
|---|---|
| Message-ID | <CACKWw-4kf3pXyrPKL+Ex+jF-_j81d0cfnLh8bhx=HVmGjuKPAg@mail.gmail.com> |
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?