Skip to content

Commit a1a1b2c

Browse files
committed
update javadoc plugin to 3.x.x and specify html5 output
1 parent 2f76c36 commit a1a1b2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)