Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from gamerson/MAVEN-268
Browse files Browse the repository at this point in the history
MAVEN-268 disable linter for java8
  • Loading branch information
CAustin582 authored Apr 25, 2017
2 parents e5e2ad3 + b60cd05 commit e1a5c57
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 @@ -51,6 +51,9 @@
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
Expand Down

0 comments on commit e1a5c57

Please sign in to comment.