Skip to content

Commit c236773

Browse files
committed
docs: add javadoc task on site generation
work on #12
1 parent 8e5bad3 commit c236773

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

core-jdk8/pom.xml

+13
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,17 @@
5252
<build>
5353
</build>
5454

55+
<reporting>
56+
<plugins>
57+
<plugin>
58+
<groupId>org.apache.maven.plugins</groupId>
59+
<artifactId>maven-javadoc-plugin</artifactId>
60+
<configuration>
61+
<!-- Specify the Java version
62+
<source>1.8</source>
63+
-->
64+
</configuration>
65+
</plugin>
66+
</plugins>
67+
</reporting>
5568
</project>

0 commit comments

Comments
 (0)