Adding dokka to main pom

pull/8685/head
Deanna Garcia 4 years ago
parent b42f2376e4
commit 7090f7ab55
  1. 13
      java/pom.xml

@ -228,6 +228,19 @@
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
<version>1.4.32</version>
<executions>
<execution>
<phase>prepare-package</phase>
<goals>
<goal>javadocJar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>

Loading…
Cancel
Save