summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2019-06-12 23:36:00 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2019-06-12 23:36:00 +0300
commitb6180065ce47d39e459daa3086fc7bcd85675be1 (patch)
tree2aff895b41f79de8212448b837ca676eed6cae36 /pom.xml
parent71192a4cd8e023929a2f48228014935b9e44ab80 (diff)
downloadpf4j-b6180065ce47d39e459daa3086fc7bcd85675be1.tar.gz
pf4j-b6180065ce47d39e459daa3086fc7bcd85675be1.zip
Revert disable Javadoc generation on 11+
Diffstat (limited to 'pom.xml')
-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>