Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 9bd8202

Browse files
committed
Add javadoc phase
1 parent 8e37ffc commit 9bd8202

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,20 @@
5858
</execution>
5959
</executions>
6060
</plugin>
61+
<plugin>
62+
<groupId>org.apache.maven.plugins</groupId>
63+
<artifactId>maven-javadoc-plugin</artifactId>
64+
<version>3.3.0</version>
65+
<executions>
66+
<execution>
67+
<id>attach-javadoc</id>
68+
<phase>verify</phase>
69+
<goals>
70+
<goal>jar</goal>
71+
</goals>
72+
</execution>
73+
</executions>
74+
</plugin>
6175
<plugin>
6276
<groupId>org.apache.maven.plugins</groupId>
6377
<artifactId>maven-resources-plugin</artifactId>

0 commit comments

Comments
 (0)