Skip to content

Commit

Permalink
MODCLUSTER-836 Building the aggregate Javadoc site fails the build
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Sep 19, 2024
1 parent d27f383 commit 8070f40
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,15 +232,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<!-- Workaround for compiling on JDK11 -->
<!-- ModClusterLogger_$logger.java:6: error: package javax.annotation does not exist; for @Generated -->
<additionalDependencies>
<additionalDependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</additionalDependency>
</additionalDependencies>
<!-- The Tomcat container integration modules use the *same* package and class names which are not discerned by an aggregate Javadoc report.
Thus, the following skippedModules should be a comma separated list of all non-latest Tomcat modules (artifactId) to not add in aggregated Javadoc.
See https://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#skippedModules -->
<skippedModules>mod_cluster-container-tomcat-9.0,mod_cluster-container-tomcat-10.1</skippedModules>
<source>${jdk.release.version}</source>
</configuration>
</plugin>
Expand Down

0 comments on commit 8070f40

Please sign in to comment.