Skip to content

Commit 7dce260

Browse files
committed
Use maven-javadoc-plugin
1 parent 07627f0 commit 7dce260

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,18 @@
100100
</execution>
101101
</executions>
102102
</plugin>
103+
<plugin>
104+
<groupId>org.apache.maven.plugins</groupId>
105+
<artifactId>maven-javadoc-plugin</artifactId>
106+
<version>3.6.2</version>
107+
<executions>
108+
<execution>
109+
<goals>
110+
<goal>jar</goal>
111+
</goals>
112+
</execution>
113+
</executions>
114+
</plugin>
103115
<plugin>
104116
<groupId>org.apache.maven.plugins</groupId>
105117
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)