Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

Commit 8be7145

Browse files
committed
Add javadocs
1 parent 23f14fe commit 8be7145

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,20 @@
5656

5757
<build>
5858
<defaultGoal>clean install</defaultGoal>
59+
60+
<plugins>
61+
<plugin>
62+
<groupId>org.apache.maven.plugins</groupId>
63+
<artifactId>maven-javadoc-plugin</artifactId>
64+
<executions>
65+
<execution>
66+
<id>attach-javadocs</id>
67+
<goals>
68+
<goal>jar</goal>
69+
</goals>
70+
</execution>
71+
</executions>
72+
</plugin>
73+
</plugins>
5974
</build>
6075
</project>

0 commit comments

Comments
 (0)