Skip to content

Commit 6d11f37

Browse files
Update pom.xml
Add maven-javadoc plugin
1 parent 4aedd9a commit 6d11f37

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,20 @@
357357
</execution>
358358
</executions>
359359
</plugin>
360-
<plugin>
360+
<plugin>
361+
<groupId>org.apache.maven.plugins</groupId>
362+
<artifactId>maven-javadoc-plugin</artifactId>
363+
<version>2.9.1</version>
364+
<executions>
365+
<execution>
366+
<id>attach-javadocs</id>
367+
<goals>
368+
<goal>jar</goal>
369+
</goals>
370+
</execution>
371+
</executions>
372+
</plugin>
373+
<plugin>
361374
<artifactId>maven-assembly-plugin</artifactId>
362375
<version>2.3</version>
363376
<configuration>

0 commit comments

Comments
 (0)