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 141141 <groupId >org.apache.maven.plugins</groupId >
142142 <artifactId >maven-javadoc-plugin</artifactId >
143143 <version >${maven-javadoc-plugin.version} </version >
144+ <configuration >
145+ <show >private</show >
146+ </configuration >
144147 <executions >
145148 <execution >
146149 <id >attach-javadocs</id >
150153 </execution >
151154 </executions >
152155 </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 >
153169
154170 <!-- GPG plugin -->
155171 <plugin >
353369 <groupId >org.apache.maven.plugins</groupId >
354370 <artifactId >maven-source-plugin</artifactId >
355371 </plugin >
372+ <plugin >
373+ <groupId >org.projectlombok</groupId >
374+ <artifactId >lombok-maven-plugin</artifactId >
375+ </plugin >
356376
357377 <!-- Nexus Staging Plugin -->
358378 <plugin >
384404 <groupId >org.apache.maven.plugins</groupId >
385405 <artifactId >maven-source-plugin</artifactId >
386406 </plugin >
407+ <plugin >
408+ <groupId >org.projectlombok</groupId >
409+ <artifactId >lombok-maven-plugin</artifactId >
410+ </plugin >
387411 </plugins >
388412 </build >
389413 </profile >
395419 <groupId >org.apache.maven.plugins</groupId >
396420 <artifactId >maven-javadoc-plugin</artifactId >
397421 </plugin >
422+ <plugin >
423+ <groupId >org.projectlombok</groupId >
424+ <artifactId >lombok-maven-plugin</artifactId >
425+ </plugin >
398426 <plugin >
399427 <groupId >org.apache.maven.plugins</groupId >
400428 <artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments