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 2e679ec + e63a673 commit a18eb6bCopy full SHA for a18eb6b
1 file changed
pom.xml
@@ -245,6 +245,19 @@
245
<id>release</id>
246
<build>
247
<plugins>
248
+ <plugin>
249
+ <groupId>org.apache.maven.plugins</groupId>
250
+ <artifactId>maven-javadoc-plugin</artifactId>
251
+ <version>2.9.1</version>
252
+ <executions>
253
+ <execution>
254
+ <id>attach-javadocs</id>
255
+ <goals>
256
+ <goal>jar</goal>
257
+ </goals>
258
+ </execution>
259
+ </executions>
260
+ </plugin>
261
<plugin>
262
<groupId>org.sonatype.plugins</groupId>
263
<artifactId>nexus-staging-maven-plugin</artifactId>
0 commit comments