Skip to content

Commit

Permalink
prepare for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Jan 12, 2018
1 parent 527f60f commit 486aa66
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,16 @@
</excludes>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<doclint>none</doclint>
</configuration>
</plugin>

</plugins>
</build>

Expand Down

0 comments on commit 486aa66

Please sign in to comment.