Skip to content

Commit

Permalink
produce javaDoc jars in the release profile
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdaffurn committed Sep 11, 2024
1 parent fdc8e42 commit 4aa97b9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jvm-runtime/ftl-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,19 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
<version>1.9.20</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>javadocJar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 4aa97b9

Please sign in to comment.