Skip to content

Commit 0075249

Browse files
committed
added lombok annotation processor
1 parent 9c5c505 commit 0075249

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,19 @@
197197
</image>
198198
</configuration>
199199
</plugin>
200+
<plugin>
201+
<groupId>org.apache.maven.plugins</groupId>
202+
<artifactId>maven-compiler-plugin</artifactId>
203+
<configuration>
204+
<annotationProcessorPaths>
205+
<path>
206+
<groupId>org.projectlombok</groupId>
207+
<artifactId>lombok</artifactId>
208+
<version>${lombok.version}</version>
209+
</path>
210+
</annotationProcessorPaths>
211+
</configuration>
212+
</plugin>
200213
</plugins>
201214
</pluginManagement>
202215
</build>

0 commit comments

Comments
 (0)