We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d84ad7 commit 1136611Copy full SHA for 1136611
1 file changed
pom.xml
@@ -601,6 +601,14 @@ under the License.
601
<autoReleaseAfterClose>false</autoReleaseAfterClose>
602
</configuration>
603
</plugin>
604
+ <!-- skip on javadoc errors -->
605
+ <plugin>
606
+ <groupId>org.apache.maven.plugins</groupId>
607
+ <artifactId>maven-javadoc-plugin</artifactId>
608
+ <configuration>
609
+ <failOnError>false</failOnError>
610
+ </configuration>
611
+ </plugin>
612
</plugins>
613
</build>
614
</profile>
0 commit comments