Skip to content

Commit

Permalink
Disable javadoc generation on module-info.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jduo committed Jan 8, 2024
1 parent f8b2489 commit a557361
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,11 @@
</reports>
</reportSet>
</reportSets>
<configuration>
<sourceFileExcludes>
<exclude>**/module-info.java</exclude>
</sourceFileExcludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit a557361

Please sign in to comment.