Skip to content

Commit f038a32

Browse files
authored
Merge pull request #21 from BlinkPay/hotfix/javadoc
BD-716: Disabled failing on Javadoc warnings and errors.
2 parents 84563be + a74724f commit f038a32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,12 @@
319319
</goals>
320320
</execution>
321321
</executions>
322+
<configuration>
323+
<failOnError>false</failOnError>
324+
<additionalJOptions>
325+
<additionalJOption>-Xdoclint:none</additionalJOption>
326+
</additionalJOptions>
327+
</configuration>
322328
</plugin>
323329
<plugin>
324330
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)