Skip to content

Commit 28bf781

Browse files
committed
Added javadoc and sources plugin
1 parent ce64132 commit 28bf781

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,17 @@
332332
</executions>
333333
</plugin>
334334
<!--################# default lifecycle plugins #################-->
335+
<!-- Compile javadoc -->
336+
<plugin>
337+
<groupId>org.apache.maven.plugins</groupId>
338+
<artifactId>maven-javadoc-plugin</artifactId>
339+
</plugin>
340+
<!-- Pack source files to jar archive -->
341+
<plugin>
342+
<groupId>org.apache.maven.plugins</groupId>
343+
<artifactId>maven-source-plugin</artifactId>
344+
</plugin>
345+
335346
<!-- Formatting -->
336347
<plugin>
337348
<groupId>com.diffplug.spotless</groupId>

0 commit comments

Comments
 (0)