File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 79
79
</dependencyManagement >
80
80
81
81
<build >
82
+ <sourceDirectory >target/generated-sources/delombok</sourceDirectory >
82
83
<plugins >
83
84
<plugin >
84
85
<artifactId >maven-surefire-plugin</artifactId >
181
182
</execution >
182
183
</executions >
183
184
</plugin >
185
+ <plugin >
186
+ <groupId >org.projectlombok</groupId >
187
+ <artifactId >lombok-maven-plugin</artifactId >
188
+ <version >1.18.20.0</version >
189
+ <executions >
190
+ <execution >
191
+ <id >delombok</id >
192
+ <phase >generate-sources</phase >
193
+ <goals >
194
+ <goal >delombok</goal >
195
+ </goals >
196
+ <configuration >
197
+ <addOutputDirectory >false</addOutputDirectory >
198
+ <sourceDirectory >src/main/java</sourceDirectory >
199
+ </configuration >
200
+ </execution >
201
+ </executions >
202
+ </plugin >
184
203
<plugin >
185
204
<groupId >org.apache.maven.plugins</groupId >
186
205
<artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments