We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e317e6b + 8e1f86a commit 5eb06b7Copy full SHA for 5eb06b7
.github/project.yml
@@ -1,3 +1,3 @@
1
release:
2
current-version: 4.0.5
3
- next-version: 4.0.6-SNAPSHOT
+ next-version: 4.0.6-SNAPSHOT
pom.xml
@@ -422,6 +422,9 @@
422
<groupId>org.apache.maven.plugins</groupId>
423
<artifactId>maven-javadoc-plugin</artifactId>
424
<version>${version.javadoc.plugin}</version>
425
+ <configuration>
426
+ <failOnError>false</failOnError>
427
+ </configuration>
428
</plugin>
429
</plugins>
430
</pluginManagement>
0 commit comments