Skip to content

Commit

Permalink
ignore javadoc generation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopar committed Apr 4, 2024
1 parent e00c2c5 commit 06f4d90
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 @@ -101,6 +101,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-javadoc</id>
Expand Down

0 comments on commit 06f4d90

Please sign in to comment.