Skip to content

Commit 9f3c5a7

Browse files
committed
#16 updating the javadoc generation to use html5
1 parent f471ea6 commit 9f3c5a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

epics-vtype/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@
4040
<plugin>
4141
<groupId>org.apache.maven.plugins</groupId>
4242
<artifactId>maven-javadoc-plugin</artifactId>
43-
<version>2.10.4</version>
43+
<version>3.0.1</version>
44+
<configuration>
45+
<additionalOptions>-html5</additionalOptions>
46+
</configuration>
4447
<executions>
4548
<execution>
4649
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)