Skip to content

Commit 651e417

Browse files
Use <doclint>none</doclint> w/ maven-javadoc build
Without this change, the Maven javadoc build fails with fatal errors.
1 parent c5a574f commit 651e417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@
195195
<configuration>
196196
<source>7</source>
197197
<quiet>true</quiet>
198+
<doclint>none</doclint>
198199
</configuration>
199200
<executions>
200201
<execution>

0 commit comments

Comments
 (0)