Skip to content

Commit 587e827

Browse files
committed
try to stop the javadoc plugin from making the build fail
1 parent 542f354 commit 587e827

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
@@ -97,6 +97,7 @@
9797
<configuration>
9898
<additionalparam>-Xdoclint:none</additionalparam>
9999
<javadocDirectory>${project.basedir}/target/generated-sources/apidocs</javadocDirectory>
100+
<failOnError>false</failOnError>
100101
</configuration>
101102
</plugin>
102103
<plugin>

0 commit comments

Comments
 (0)