Skip to content

Commit

Permalink
Upgrade maven-javadoc-plugin to 3.6.3 (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Feb 22, 2024
1 parent 4540885 commit 2b9c1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions org.jacoco.build/pom.xml
Expand Up @@ -352,11 +352,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<!--
Do not upgrade to 3.1.0 because it has troubles with "Automatic-Module-Name"
See https://issues.apache.org/jira/browse/MJAVADOC-588
-->
<version>3.0.1</version>
<version>3.6.3</version>
<configuration>
<quiet>true</quiet>
<detectOfflineLinks>false</detectOfflineLinks>
Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.doc/pom.xml
Expand Up @@ -200,7 +200,7 @@
<configuration>
<reportOutputDirectory>${project.build.directory}/apidocs</reportOutputDirectory>
<includeDependencySources>true</includeDependencySources>
<excludePackageNames>*.internal,org.jacoco.ant,org.jacoco.maven,org.jacoco.examples</excludePackageNames>
<excludePackageNames>*.internal.*,*.internal,org.jacoco.ant,org.jacoco.maven,org.jacoco.examples</excludePackageNames>
<dependencySourceIncludes>
<dependencySourceInclude>org.jacoco:*</dependencySourceInclude>
</dependencySourceIncludes>
Expand Down

0 comments on commit 2b9c1a4

Please sign in to comment.