Skip to content

Commit 1136611

Browse files
committed
do not fail on javadoc error
1 parent 2d84ad7 commit 1136611

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,14 @@ under the License.
601601
<autoReleaseAfterClose>false</autoReleaseAfterClose>
602602
</configuration>
603603
</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>
604612
</plugins>
605613
</build>
606614
</profile>

0 commit comments

Comments
 (0)