Skip to content

Commit

Permalink
skip javadoc for gwt project release
Browse files Browse the repository at this point in the history
  • Loading branch information
brad4d committed Oct 30, 2018
1 parent 54888e4 commit 09c266e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom-gwt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
<inceptionYear>2009</inceptionYear>

<properties>
<!--
javadoc generation breaks on super sources, and we don't want it anyway
-->
<maven.javadoc.skip>true</maven.javadoc.skip>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>
<jdk.version>1.8</jdk.version>
Expand Down

0 comments on commit 09c266e

Please sign in to comment.