From 2f61a53dd5c825dcbd3aa246b378c89a964daf6c Mon Sep 17 00:00:00 2001 From: Ashley Scopes <73482956+ascopes@users.noreply.github.com> Date: Sun, 14 Apr 2024 13:44:46 +0100 Subject: [PATCH] Enrich reporting for generated site data --- pom.xml | 69 ++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 53 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index f4b7aab8..e6274bc6 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,9 @@ limitations under the License. --> - + 4.0.0 io.github.ascopes @@ -55,7 +57,7 @@ - + @@ -88,7 +90,8 @@ https://github.com/ascopes/protobuf-maven-plugin scm:git:https://github.com/ascopes/protobuf-maven-plugin - scm:git:https://github.com/ascopes/protobuf-maven-plugin + scm:git:https://github.com/ascopes/protobuf-maven-plugin + HEAD @@ -115,6 +118,7 @@ 3.6.1 3.3.0 3.6.3 + 3.3.2 3.12.0 3.12.0 3.5.0 @@ -405,16 +409,6 @@ - - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven-javadoc-plugin.version} - - true - - - org.apache.maven.plugins @@ -458,7 +452,6 @@ - org.apache.maven.plugins @@ -486,7 +479,8 @@ This block is needed to show @DisplayName and @ParameterizedTest in reports with the provided names. --> - + false 3.0 false @@ -494,7 +488,8 @@ true true - + false true true @@ -574,12 +569,54 @@ + + + org.apache.maven.plugins + maven-invoker-plugin + ${maven-invoker-plugin.version} + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + true + + + + + + org.apache.maven.plugins + maven-jxr-plugin + ${maven-jxr-plugin.version} + + org.apache.maven.plugins maven-plugin-report-plugin ${maven-plugin-report-plugin.version} + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${maven-surefire-plugin.version} + + + + org.jacoco + jacoco-maven-plugin + + + + + report + + + +