Skip to content

Commit

Permalink
Turn off strict Javadoc, since this isn't our source.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Apr 29, 2016
1 parent d4ada40 commit d8b0b94
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -51,6 +51,13 @@
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit d8b0b94

Please sign in to comment.