I am trying to use the Lombok Maven Plugin to ensure the correct creation of Javadocs when using Lombok.
Lombok Maven introduces a new code generation goal, just pri
Create a new Maven profile, and in the new profile, just redefine the sources:
target/generated-sources/delombok
Alternatively