Skip to content

Commit

Permalink
Exclude the overview.html javadoc file from source
Browse files Browse the repository at this point in the history
Fixes #734
  • Loading branch information
starksm64 authored Dec 15, 2023
1 parent 7bcdd48 commit b6b51df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<configuration>
<excludes>
<!-- Exclude the overview.html javadoc from sources -->
<exclude>**/overview.html</exclude>
</excludes>
</configuration>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit b6b51df

Please sign in to comment.