aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index 100be52..1edee0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,18 +165,6 @@
<profiles>
<profile>
- <!-- Disable Javadoc generation on Java 11, as it fails with message on 11.0.2:
- "error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/7/docs/api/ are in the unnamed module."
- -->
- <id>jdk11-build</id>
- <activation>
- <jdk>[11, 12)</jdk>
- </activation>
- <properties>
- <javadoc.disabled>true</javadoc.disabled>
- </properties>
- </profile>
- <profile>
<id>travis</id>
<activation>
<property>