Skip to content

Commit

Permalink
Don't fail on JavaDoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Oct 8, 2020
1 parent f8445f5 commit 50600fe
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 @@ -22,6 +22,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<quarkus.version>1.8.0.Final</quarkus.version>
<compiler-plugin.version>3.8.1</compiler-plugin.version>

Expand Down Expand Up @@ -111,4 +112,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit 50600fe

Please sign in to comment.