Skip to content

Commit 5eb06b7

Browse files
Merge pull request #287 from serverlessworkflow/release-4.0.5.2
Ignore javadoc errors
2 parents e317e6b + 8e1f86a commit 5eb06b7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
release:
22
current-version: 4.0.5
3-
next-version: 4.0.6-SNAPSHOT
3+
next-version: 4.0.6-SNAPSHOT

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,9 @@
422422
<groupId>org.apache.maven.plugins</groupId>
423423
<artifactId>maven-javadoc-plugin</artifactId>
424424
<version>${version.javadoc.plugin}</version>
425+
<configuration>
426+
<failOnError>false</failOnError>
427+
</configuration>
425428
</plugin>
426429
</plugins>
427430
</pluginManagement>

0 commit comments

Comments
 (0)