Skip to content

Commit

Permalink
Make the fail for javadoc configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi authored and akurtakov committed Feb 11, 2024
1 parent 851de1e commit d308845
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
<surefire.systemProperties></surefire.systemProperties>
<java.version>17</java.version>
<printApiMessages>false</printApiMessages>
<failOnJavadocErrors>false</failOnJavadocErrors>
</properties>

<organization>
Expand Down Expand Up @@ -1159,7 +1160,7 @@
<goal>jar</goal>
</goals>
<configuration>
<failOnError>false</failOnError>
<failOnError>${failOnJavadocErrors}</failOnError>
<quiet>true</quiet>
</configuration>
</execution>
Expand Down

0 comments on commit d308845

Please sign in to comment.