Skip to content

Commit

Permalink
quite the warnings for missing Javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
thadguidry committed Nov 24, 2024
1 parent 1b2a37d commit cecbd77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<doclint>all,-missing</doclint>
<bottom>
<![CDATA[Copyright &#169; {inceptionYear}&#x2023;{currentYear} {organizationName}. Generated from source code published under the Apache-2.0 license. For more information, see the <a href="https://db2rest.com">DB2Rest website</a>]]></bottom>
<source>${java.version}</source>
Expand Down

0 comments on commit cecbd77

Please sign in to comment.