Skip to content

Commit 8eb3aa9

Browse files
Update pom.xml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4c4cb71 commit 8eb3aa9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@
121121
<artifactId>maven-javadoc-plugin</artifactId>
122122
<configuration>
123123
<!-- Suppress warnings for Lombok-generated code -->
124-
<doclint>all,-missing</doclint>
124+
<doclint>all</doclint>
125+
<excludeAnnotations>lombok.Generated</excludeAnnotations>
125126
<quiet>true</quiet>
126127
</configuration>
127128
<executions>

0 commit comments

Comments
 (0)