Skip to content

Commit

Permalink
Adding dokka to main pom
Browse files Browse the repository at this point in the history
  • Loading branch information
deannagarcia committed Jun 1, 2021
1 parent b42f237 commit 7090f7a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions java/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 7090f7a

Please sign in to comment.