Skip to content

Commit 50f4a40

Browse files
authored
Update parameter to disable doc linting (#89)
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.
1 parent 4e329ba commit 50f4a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<configuration>
115115
<minmemory>128m</minmemory>
116116
<maxmemory>1024m</maxmemory>
117-
<additionalparam>-Xdoclint:none</additionalparam>
117+
<doclint>none</doclint>
118118
</configuration>
119119
</plugin>
120120
</plugins>

0 commit comments

Comments
 (0)