Skip to content

Commit 4eb0342

Browse files
authored
Update pom.xml
1 parent a6bd92e commit 4eb0342

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@
5959
</execution>
6060
</executions>
6161
</plugin>
62+
<plugin>
63+
<artifactId>maven-javadoc-plugin</artifactId>
64+
<executions>
65+
<execution>
66+
<id>attach-javadocs</id>
67+
<phase>deploy</phase>
68+
<goals><goal>jar</goal></goals>
69+
</execution>
70+
</executions>
71+
</plugin>
6272
<plugin>
6373
<groupId>org.apache.maven.plugins</groupId>
6474
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)