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 01bc4e1 commit cfaa36fCopy full SHA for cfaa36f
pom.xml
@@ -488,6 +488,23 @@
488
</execution>
489
</executions>
490
</plugin>
491
+ <plugin>
492
+ <groupId>org.apache.maven.plugins</groupId>
493
+ <artifactId>maven-javadoc-plugin</artifactId>
494
+ <version>${maven-javadoc-plugin.version}</version>
495
+ <configuration>
496
+ <failOnError>false</failOnError>
497
+ </configuration>
498
+ <executions>
499
+ <execution>
500
+ <id>attach-javadocs</id>
501
+ <phase>package</phase>
502
+ <goals>
503
+ <goal>jar</goal>
504
+ </goals>
505
+ </execution>
506
+ </executions>
507
+ </plugin>
508
</plugins>
509
</build>
510
<profiles>
0 commit comments