From 30935f0b56bf372174ff8d40f29e960857614b39 Mon Sep 17 00:00:00 2001 From: ascopes <73482956+ascopes@users.noreply.github.com> Date: Sun, 28 Apr 2024 10:25:28 +0100 Subject: [PATCH] Reenable JavaDocs in reports --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2988e41a..26999685 100644 --- a/pom.xml +++ b/pom.xml @@ -562,11 +562,12 @@ + org.apache.maven.plugins maven-javadoc-plugin ${maven-javadoc-plugin.version} - true + all,-missing @@ -585,12 +586,14 @@ + org.apache.maven.plugins maven-surefire-report-plugin ${maven-surefire-plugin.version} + org.jacoco jacoco-maven-plugin