File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ application while protecting against XSS.
153153 <plugin >
154154 <groupId >org.apache.maven.plugins</groupId >
155155 <artifactId >maven-javadoc-plugin</artifactId >
156- <version >2.10.4 </version >
156+ <version >3.1.1 </version >
157157 <executions >
158158 <execution >
159159 <id >attach-javadocs</id >
@@ -170,7 +170,7 @@ application while protecting against XSS.
170170 <excludePackageNames >*.example</excludePackageNames >
171171 <!-- The Javadoc that ships with JDK 8 is spammy.
172172 http://docs.oracle.com/javase/8/docs/technotes/tools/unix/javadoc.html#BEJEFABE -->
173- <additionalparam >-Xdoclint:-missing</ additionalparam >
173+ <additionalOptions >-Xdoclint:-missing -html5</ additionalOptions >
174174 <!-- workaround for https://bugs.openjdk.java.net/browse/JDK-8212233 -->
175175 <javaApiLinks >
176176 <property >
You can’t perform that action at this time.
0 commit comments