Skip to content

Commit

Permalink
Fix parameter of maven-javadoc-plugin (#522) (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
geri-m authored and chingor13 committed Nov 7, 2018
1 parent c5049a7 commit 80b1a9c
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 @@ -384,7 +384,7 @@
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<additionalOptions>-Xdoclint:none</additionalOptions>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 80b1a9c

Please sign in to comment.