Skip to content

Commit ec70c3d

Browse files
committed
Add javadoc plugin
1 parent 650575e commit ec70c3d

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

pom.xml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.apache.maven.plugins</groupId>
142142
<artifactId>maven-source-plugin</artifactId>
143-
<version>3.0.1</version>
143+
<version>3.1.0</version>
144144
<executions>
145145
<execution>
146146
<id>attach-sources</id>
@@ -150,6 +150,20 @@
150150
</execution>
151151
</executions>
152152
</plugin>
153+
154+
<plugin>
155+
<groupId>org.apache.maven.plugins</groupId>
156+
<artifactId>maven-javadoc-plugin</artifactId>
157+
<version>3.1.1</version>
158+
<executions>
159+
<execution>
160+
<id>attach-javadocs</id>
161+
<goals>
162+
<goal>jar</goal>
163+
</goals>
164+
</execution>
165+
</executions>
166+
</plugin>
153167

154168
</plugins>
155169

@@ -187,4 +201,4 @@
187201
</profile>
188202
</profiles>
189203

190-
</project>
204+
</project>

0 commit comments

Comments
 (0)