Skip to content

Commit

Permalink
Fix stupid default javadoc lint on Java 8. See http://stackoverflow.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
boncey committed Aug 2, 2015
1 parent fb6ca58 commit a5a65a3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Flickr4Java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,17 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
</plugins>

Expand Down

0 comments on commit a5a65a3

Please sign in to comment.