]> source.dussan.org Git - pf4j.git/commitdiff
Revert disable Javadoc generation on 11+
authorDecebal Suiu <decebal.suiu@gmail.com>
Wed, 12 Jun 2019 20:36:00 +0000 (23:36 +0300)
committerDecebal Suiu <decebal.suiu@gmail.com>
Wed, 12 Jun 2019 20:36:00 +0000 (23:36 +0300)
pom.xml

diff --git a/pom.xml b/pom.xml
index 100be522e25b8a0e832b0f978d6ce61f7a19d0c7..1edee0f1f426c691ef7b64bddb806e161e789ac3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     </modules>
 
     <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>