Skip to content

Commit

Permalink
turn off useless javadoc warnings with Java8
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaber committed Feb 10, 2016
1 parent b3fa32d commit ab74861
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,18 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.2</version>
<version>2.10.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
<!-- to turn off warnings with Java 8:
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
-->
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit ab74861

Please sign in to comment.