Skip to content

Commit

Permalink
fix javadoc target (#72)
Browse files Browse the repository at this point in the history
* Delete .github/workflows/codeql.yml

* remove codeql workflow - its configured through settings

* fix javadoc

---------

Co-authored-by: carmine <carmine@everco.ai>
  • Loading branch information
cdimascio and carmine authored Sep 1, 2024
1 parent c52803f commit 8c0b9c5
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 8c0b9c5

Please sign in to comment.