Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
carmine committed Sep 1, 2024
1 parent d71f7d4 commit e83255d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven.javadoc.plugin}</version>
<configuration>
<source>${compile.javadoc.source}</source>

</configuration>
<executions>
<execution>
Expand All @@ -237,6 +237,11 @@
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${maven.jacoco.plugin}</version>
<configuration>
<excludes>
<exclude>sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo</exclude>
</excludes>
</configuration>
<executions>
<execution>
<id>prepare-agent</id>
Expand Down

0 comments on commit e83255d

Please sign in to comment.