Skip to content

Commit 8c0b9c5

Browse files
cdimasciocarmine
and
carmine
authoredSep 1, 2024··
fix javadoc target (#72)
* Delete .github/workflows/codeql.yml * remove codeql workflow - its configured through settings * fix javadoc --------- Co-authored-by: carmine <carmine@everco.ai>
1 parent c52803f commit 8c0b9c5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎pom.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
<artifactId>maven-javadoc-plugin</artifactId>
220220
<version>${maven.javadoc.plugin}</version>
221221
<configuration>
222-
<source>${compile.javadoc.source}</source>
222+
223223
</configuration>
224224
<executions>
225225
<execution>
@@ -237,6 +237,11 @@
237237
<groupId>org.jacoco</groupId>
238238
<artifactId>jacoco-maven-plugin</artifactId>
239239
<version>${maven.jacoco.plugin}</version>
240+
<configuration>
241+
<excludes>
242+
<exclude>sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo</exclude>
243+
</excludes>
244+
</configuration>
240245
<executions>
241246
<execution>
242247
<id>prepare-agent</id>

0 commit comments

Comments
 (0)
Please sign in to comment.