Skip to content

Commit

Permalink
Fix javadoc plugin config syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Jul 21, 2018
1 parent aa25a36 commit 3ffff3c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<additionalOptions>-Xdoclint:none</additionalOptions>
<additionalOptions>
<additionalOption>-Xdoclint:none</additionalOption>
</additionalOptions>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -190,4 +192,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit 3ffff3c

Please sign in to comment.