Skip to content

Instantly share code, notes, and snippets.

@winteryoung
Created February 22, 2016 13:04
Show Gist options
  • Save winteryoung/fcb59b46d312754baf44 to your computer and use it in GitHub Desktop.
Save winteryoung/fcb59b46d312754baf44 to your computer and use it in GitHub Desktop.
maven - dokka
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
<version>0.9.4</version>
<executions>
<execution>
<phase>process-sources</phase>
<goals>
<goal>dokka</goal>
</goals>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment