This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new 83c6191 JENA-2232: Undo the javadoc11 fixup for modules
new 4b7f215 Merge pull request #1173 from afs/javadoc11
83c6191 is described below
commit 83c61917b3296e731c83b37cd29a8de5a56345ba
Author: Andy Seaborne <[email protected]>
AuthorDate: Mon Jan 24 15:50:08 2022 +0000
JENA-2232: Undo the javadoc11 fixup for modules
---
pom.xml | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/pom.xml b/pom.xml
index b0eed33..5a8ccd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,26 +258,6 @@
</modules>
</profile>
-
- <profile>
- <!-- https://bugs.openjdk.java.net/browse/JDK-8215291 -->
- <id>java11-javadoc</id>
- <activation>
- <jdk>11</jdk>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <!-- Java 11 only, removed at Java13 -->
- <additionalOptions>--no-module-directories</additionalOptions>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
</profiles>