Skip to content

Commit

Permalink
Merge pull request #216 from ceefour/patch-1
Browse files Browse the repository at this point in the history
Turn off doclint so project javadocs can be built in Java8
  • Loading branch information
Henrik Lundgren committed Dec 27, 2014
2 parents dab19a1 + 3ebaa7d commit 1f010f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -190,6 +190,14 @@
</execution>
</executions>
</plugin>
<plugin>
<!-- http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html -->
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
Expand Down

0 comments on commit 1f010f2

Please sign in to comment.