You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2019/12/18 12:57:35 UTC

svn commit: r1871743 - /jackrabbit/commons/filevault/trunk/parent/pom.xml

Author: kwin
Date: Wed Dec 18 12:57:35 2019
New Revision: 1871743

URL: http://svn.apache.org/viewvc?rev=1871743&view=rev
Log:
remove non-Java13 compliant javadoc option

Modified:
    jackrabbit/commons/filevault/trunk/parent/pom.xml

Modified: jackrabbit/commons/filevault/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/filevault/trunk/parent/pom.xml?rev=1871743&r1=1871742&r2=1871743&view=diff
==============================================================================
--- jackrabbit/commons/filevault/trunk/parent/pom.xml (original)
+++ jackrabbit/commons/filevault/trunk/parent/pom.xml Wed Dec 18 12:57:35 2019
@@ -508,10 +508,6 @@ Apache Jackrabbit FileVault is a project
                         <plugin>
                             <artifactId>maven-javadoc-plugin</artifactId>
                             <configuration>
-                                <!-- only html4 output is working due to non HTML5 compliant javadoc 
-                                This is no longer supported with Java13 as it will always emit HTML5
-                                -->
-                                <additionalOptions>-html4</additionalOptions>
                                 <!-- workaround for https://bugs.openjdk.java.net/browse/JDK-8212233 -->
                                 <source>8</source>
                             </configuration>