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.
1 parent a2b7290 commit 0f40a30Copy full SHA for 0f40a30
pom.xml
@@ -327,6 +327,10 @@
327
</execution>
328
</executions>
329
</plugin>
330
+ <plugin>
331
+ <groupId>org.apache.maven.plugins</groupId>
332
+ <artifactId>maven-javadoc-plugin</artifactId>
333
+ </plugin>
334
</plugins>
335
336
<pluginManagement>
@@ -391,7 +395,18 @@
391
395
<plugin>
392
396
<groupId>org.apache.maven.plugins</groupId>
393
397
<artifactId>maven-javadoc-plugin</artifactId>
394
- <version>2.9.1</version>
398
+ <version>3.11.2</version>
399
+ <configuration>
400
+ <additionalJOption>-Xdoclint:none</additionalJOption>
401
+ </configuration>
402
+ <executions>
403
+ <execution>
404
+ <id>attach-javadocs</id>
405
+ <goals>
406
+ <goal>jar</goal>
407
+ </goals>
408
+ </execution>
409
+ </executions>
410
411
412
0 commit comments