Skip to content

Commit

Permalink
add javadoc for release (apache#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored and zhangthen committed Apr 19, 2019
1 parent c2efff8 commit e9bb3e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Maven properties -->
<maven.test.skip>false</maven.test.skip>
<maven.javadoc.skip>true</maven.javadoc.skip>
<!--<maven.javadoc.skip>true</maven.javadoc.skip>-->
<!-- Compiler settings properties -->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down Expand Up @@ -403,6 +403,7 @@
<version>${maven-javadoc-plugin.version}</version>
<configuration>
<charset>UTF-8</charset>
<failOnError>false</failOnError>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit e9bb3e6

Please sign in to comment.