-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
- rocker ver 2.2.1
- lombok 1.18.38
- maven 3.9.9
- when using
<plugin>
<groupId>com.fizzed</groupId>
<artifactId>rocker-maven-plugin</artifactId>
<version>${rocker}</version>
<configuration>
<templateDirectory>${project.basedir}/src/main/resources</templateDirectory>
</configuration>
<executions>
<execution>
<id>generate-rocker-templates</id>
<phase>generate-sources</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>- lombok not working
Metadata
Metadata
Assignees
Labels
No labels