File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 141
141
<groupId >org.apache.maven.plugins</groupId >
142
142
<artifactId >maven-javadoc-plugin</artifactId >
143
143
<version >${maven-javadoc-plugin.version} </version >
144
+ <configuration >
145
+ <show >private</show >
146
+ </configuration >
144
147
<executions >
145
148
<execution >
146
149
<id >attach-javadocs</id >
150
153
</execution >
151
154
</executions >
152
155
</plugin >
156
+ <plugin >
157
+ <groupId >org.projectlombok</groupId >
158
+ <artifactId >lombok-maven-plugin</artifactId >
159
+ <version >1.18.20.0</version >
160
+ <executions >
161
+ <execution >
162
+ <phase >generate-sources</phase >
163
+ <goals >
164
+ <goal >delombok</goal >
165
+ </goals >
166
+ </execution >
167
+ </executions >
168
+ </plugin >
153
169
154
170
<!-- GPG plugin -->
155
171
<plugin >
353
369
<groupId >org.apache.maven.plugins</groupId >
354
370
<artifactId >maven-source-plugin</artifactId >
355
371
</plugin >
372
+ <plugin >
373
+ <groupId >org.projectlombok</groupId >
374
+ <artifactId >lombok-maven-plugin</artifactId >
375
+ </plugin >
356
376
357
377
<!-- Nexus Staging Plugin -->
358
378
<plugin >
384
404
<groupId >org.apache.maven.plugins</groupId >
385
405
<artifactId >maven-source-plugin</artifactId >
386
406
</plugin >
407
+ <plugin >
408
+ <groupId >org.projectlombok</groupId >
409
+ <artifactId >lombok-maven-plugin</artifactId >
410
+ </plugin >
387
411
</plugins >
388
412
</build >
389
413
</profile >
395
419
<groupId >org.apache.maven.plugins</groupId >
396
420
<artifactId >maven-javadoc-plugin</artifactId >
397
421
</plugin >
422
+ <plugin >
423
+ <groupId >org.projectlombok</groupId >
424
+ <artifactId >lombok-maven-plugin</artifactId >
425
+ </plugin >
398
426
<plugin >
399
427
<groupId >org.apache.maven.plugins</groupId >
400
428
<artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments