From 8af5d447b7bbbe3f91bdc457ff1bd0973a5f64a7 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Wed, 4 Sep 2024 22:24:59 +0200 Subject: [PATCH] HV-2044 Include rendered javadocs in the distribution package --- distribution/pom.xml | 1 + distribution/src/main/assembly/dist.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index e1304aeae..1680955a6 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -145,6 +145,7 @@ ${javadoc.additional.options} + ${project.reporting.outputDirectory}/javadocs diff --git a/distribution/src/main/assembly/dist.xml b/distribution/src/main/assembly/dist.xml index 845e646d1..a59c72c65 100644 --- a/distribution/src/main/assembly/dist.xml +++ b/distribution/src/main/assembly/dist.xml @@ -118,7 +118,7 @@ - target/site/apidocs + target/site/javadocs/apidocs docs/api