Skip to content

Commit 4e75d8a

Browse files
committed
fix #119--disable Java 8 javadoc linter so we can have <p> and <pre> tags in our javadocs without a failed build
1 parent 489370c commit 4e75d8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
<show>public</show>
4646
<doctitle>${javadoc-title}</doctitle>
4747
<use/>
48+
<!-- Disable Java 8 overly strict javadoc linter
49+
http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html
50+
-->
51+
<additionalparam>-Xdoclint:none</additionalparam>
4852
</configuration>
4953
<executions>
5054
<execution>

0 commit comments

Comments
 (0)