From 4aa97b9e25204dbfd8f3c80540abd806d2b926b4 Mon Sep 17 00:00:00 2001 From: Tom Daffurn Date: Wed, 11 Sep 2024 10:03:29 +1000 Subject: [PATCH] produce javaDoc jars in the release profile --- jvm-runtime/ftl-runtime/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/jvm-runtime/ftl-runtime/pom.xml b/jvm-runtime/ftl-runtime/pom.xml index 5f1afab01d..af60f52b80 100644 --- a/jvm-runtime/ftl-runtime/pom.xml +++ b/jvm-runtime/ftl-runtime/pom.xml @@ -379,6 +379,19 @@ org.apache.maven.plugins maven-source-plugin + + org.jetbrains.dokka + dokka-maven-plugin + 1.9.20 + + + package + + javadocJar + + + +