Skip to content

Commit

Permalink
Relaxing JavaDoc generation for releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
msteindorfer committed May 8, 2017
1 parent a309777 commit db5f654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<topleveldir>${basedir}</topleveldir>
</properties>

Expand Down

0 comments on commit db5f654

Please sign in to comment.