Skip to content

Commit 8a3ed4e

Browse files
Merge branch 'release/4.00.13'
2 parents e6505b4 + 1ec8450 commit 8a3ed4e

File tree

2 files changed

+16
-24
lines changed

2 files changed

+16
-24
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,22 @@
200200
</execution>
201201
</executions>
202202
</plugin>
203+
<plugin>
204+
<groupId>org.apache.maven.plugins</groupId>
205+
<artifactId>maven-javadoc-plugin</artifactId>
206+
<version>${maven-javadoc-plugin.version}</version>
207+
<executions>
208+
<execution>
209+
<id>attach-javadocs</id>
210+
<goals>
211+
<goal>jar</goal>
212+
</goals>
213+
</execution>
214+
</executions>
215+
<configuration>
216+
<failOnError>false</failOnError>
217+
</configuration>
218+
</plugin>
203219
<plugin>
204220
<groupId>org.sonatype.central</groupId>
205221
<artifactId>central-publishing-maven-plugin</artifactId>

0 commit comments

Comments
 (0)