diff --git a/.travis.yml b/.travis.yml
index a23766e997e6a3362ff91d106d75a2f7f9a94280..7f0767d4e57fb54cb13347fb0cdfbb3702bcf1e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,8 +13,7 @@ dist: bionic
 
 jdk:
   - oraclejdk11
-# jdk 14 does not provide JDK 8 compatible javadoc, disabled for now
-#  - oraclejdk14
+  - oraclejdk14
 
 cache:
   directories:
diff --git a/jaxb-api/pom.xml b/jaxb-api/pom.xml
index e27a62f561ac3d84974b09c91b04ee51e8629c7e..bcd45624c8272f59ebc9dbd80896e016e2a2c230 100644
--- a/jaxb-api/pom.xml
+++ b/jaxb-api/pom.xml
@@ -78,14 +78,7 @@
                 <plugin>
                     <artifactId>maven-javadoc-plugin</artifactId>
                     <configuration>
-                        <source>1.8</source>
-                        <release>8</release>
-                        <additionalOptions>
-                            <additionalOption>--frames</additionalOption>
-                        </additionalOptions>
-                        <sourceFileExcludes>
-                            <sourceFileExclude>module-info.java</sourceFileExclude>
-                        </sourceFileExcludes>
+                        <release>11</release>
                         <nodeprecated>false</nodeprecated>
                         <notimestamp>true</notimestamp>
                         <use>false</use>