diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2019-06-12 23:36:00 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2019-06-12 23:36:00 +0300 |
commit | b6180065ce47d39e459daa3086fc7bcd85675be1 (patch) | |
tree | 2aff895b41f79de8212448b837ca676eed6cae36 | |
parent | 71192a4cd8e023929a2f48228014935b9e44ab80 (diff) | |
download | pf4j-b6180065ce47d39e459daa3086fc7bcd85675be1.tar.gz pf4j-b6180065ce47d39e459daa3086fc7bcd85675be1.zip |
Revert disable Javadoc generation on 11+
-rw-r--r-- | pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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> |