Skip to content

Commit

Permalink
Update Maven javadoc plugin configuration following the change in the…
Browse files Browse the repository at this point in the history
… parameter names
  • Loading branch information
gofraser committed Apr 5, 2018
1 parent d34a18e commit c0fa5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@
<version>3.0.0</version>
<configuration>
<source>1.8</source>
<additionalparam>-Xdoclint:none</additionalparam>
<additionalOptions>-Xdoclint:none</additionalOptions>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit c0fa5ec

Please sign in to comment.