Skip to content

Commit afef845

Browse files
committed
Configure Javadoc plugin in default build
Otherwise use the last stable version, which doesn't work with Java 9.
1 parent 8778fc8 commit afef845

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,16 @@
914914
</executions>
915915
</plugin>
916916

917+
<plugin>
918+
<groupId>org.apache.maven.plugins</groupId>
919+
<artifactId>maven-javadoc-plugin</artifactId>
920+
<version>${maven.javadoc.plugin.version}</version>
921+
<configuration>
922+
<additionalparam>${javadoc.opts}</additionalparam>
923+
<quiet>true</quiet>
924+
</configuration>
925+
</plugin>
926+
917927
</plugins>
918928
</build>
919929

0 commit comments

Comments
 (0)