Skip to content

Commit

Permalink
Merge pull request #8685 from protocolbuffers/addDokka
Browse files Browse the repository at this point in the history
Adding dokka to main pom
  • Loading branch information
deannagarcia committed Jun 2, 2021
2 parents b42f237 + 7090f7a commit 09cf183
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 09cf183

Please sign in to comment.