Skip to content

Commit

Permalink
yasserg#170#issuecomment-270418551, added -Xdoclint:none to allow loo…
Browse files Browse the repository at this point in the history
…sy Javadoc syntax.
  • Loading branch information
s17t committed Jan 5, 2017
1 parent 935195c commit 582ae14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 582ae14

Please sign in to comment.