Skip to content

Commit

Permalink
OAK-10144: allow Javadoc errors on oak-run(-*)
Browse files Browse the repository at this point in the history
  • Loading branch information
reschke committed Mar 17, 2023
1 parent 64c8249 commit 928fa8b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions oak-run-elastic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@

<build>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<!-- see https://issues.apache.org/jira/browse/OAK-10144 -->
<failOnError>false</failOnError>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
Expand Down
7 changes: 7 additions & 0 deletions oak-run/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<!-- see https://issues.apache.org/jira/browse/OAK-10144 -->
<failOnError>false</failOnError>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
Expand Down

0 comments on commit 928fa8b

Please sign in to comment.