Skip to content

Commit 5ee533e

Browse files
committed
Add java doc generation
1 parent c429b4f commit 5ee533e

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
@@ -98,6 +98,17 @@
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-javadoc-plugin</artifactId>
100100
<version>3.5.0</version>
101+
<configuration>
102+
<source>8</source>
103+
</configuration>
104+
<executions>
105+
<execution>
106+
<id>attach-javadocs</id>
107+
<goals>
108+
<goal>jar</goal>
109+
</goals>
110+
</execution>
111+
</executions>
101112
</plugin>
102113
<plugin>
103114
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)