Skip to content

Commit cbd9b1b

Browse files
committed
Do not fail the build when there are Javadoc errors
Regression introduced in 48b5212 QA-1209
1 parent fecac9b commit cbd9b1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
</execution>
311311
</executions>
312312
<configuration>
313+
<failOnError>false</failOnError>
313314
<quiet>true</quiet>
314315
<source>7</source>
315316
<detectLinks>true</detectLinks>

0 commit comments

Comments
 (0)