Skip to content

Commit a232e1e

Browse files
Fix invalid excludeAnnotations parameter - revert to doclint all,-missing
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent 4d0b724 commit a232e1e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pom.xml

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

0 commit comments

Comments
 (0)