Skip to content

Commit

Permalink
Configure Maven JavaDoc plugin to ignore JavaDoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mkellnhofer committed Feb 22, 2018
1 parent b0f8072 commit 81b4847
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<configuration>
<failOnError>false</failOnError>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 81b4847

Please sign in to comment.