rocker icon indicating copy to clipboard operation
rocker copied to clipboard

rocker-maven-plugin & lombok not working

Open sysmat opened this issue 8 months ago • 0 comments

  • 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

sysmat avatar Apr 22 '25 05:04 sysmat