Skip to content

Commit

Permalink
Update parameter to disable doc linting (#89)
Browse files Browse the repository at this point in the history
In the upgrade to maven javadoc 3.0.0, the parameter to ignore doc linting
changed. This means that javadoc fails to build. This updates the parameter to
the correct one for disabling linting.
  • Loading branch information
johnwalker authored Dec 11, 2018
1 parent 4e329ba commit 50f4a40
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 @@ -114,7 +114,7 @@
<configuration>
<minmemory>128m</minmemory>
<maxmemory>1024m</maxmemory>
<additionalparam>-Xdoclint:none</additionalparam>
<doclint>none</doclint>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 50f4a40

Please sign in to comment.