Skip to content

Commit b93364a

Browse files
committed
Add javadocs for central release
1 parent cc3d28c commit b93364a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,18 @@
187187
</execution>
188188
</executions>
189189
</plugin>
190+
<plugin>
191+
<artifactId>maven-javadoc-plugin</artifactId>
192+
<executions>
193+
<execution>
194+
<id>javadoc</id>
195+
<phase>package</phase>
196+
<goals>
197+
<goal>jar</goal>
198+
</goals>
199+
</execution>
200+
</executions>
201+
</plugin>
190202
<plugin>
191203
<groupId>org.codehaus.mojo</groupId>
192204
<artifactId>animal-sniffer-maven-plugin</artifactId>

0 commit comments

Comments
 (0)