Skip to content

Commit

Permalink
disable doclint to match pre-java8 settings and allow javadoc creatio…
Browse files Browse the repository at this point in the history
…n from maven
  • Loading branch information
pameyer committed Dec 2, 2016
1 parent 88d2e50 commit e85d2eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

<properties>
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<additionalparam>-Xdoclint:none</additionalparam>
</properties>

<repositories>
Expand Down

0 comments on commit e85d2eb

Please sign in to comment.