We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6505b4 + 1ec8450 commit 8a3ed4eCopy full SHA for 8a3ed4e
.github/workflows/docs.yml
pom.xml
@@ -200,6 +200,22 @@
200
</execution>
201
</executions>
202
</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>
219
<plugin>
220
<groupId>org.sonatype.central</groupId>
221
<artifactId>central-publishing-maven-plugin</artifactId>
0 commit comments