From 84ce267c69ffd10524d69d2e8fd2acf0db41f05a Mon Sep 17 00:00:00 2001 From: "Michael G. Noll" Date: Tue, 7 May 2024 10:42:46 +0200 Subject: [PATCH] Docs --- pom.xml | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index d479dde..f349c64 100644 --- a/pom.xml +++ b/pom.xml @@ -124,27 +124,29 @@ ${maven-compiler-plugin.version} + - org.apache.maven.plugins maven-surefire-plugin ${maven-surefire-plugin.version} + - org.apache.maven.plugins maven-failsafe-plugin ${maven-surefire-plugin.version} + org.apache.maven.plugins maven-javadoc-plugin ${maven-javadoc-plugin.version} + + - com.github.spotbugs spotbugs-maven-plugin ${spotbugs-maven-plugin.version} @@ -158,6 +160,20 @@ + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless.version} + + ${quarkus.platform.group-id} quarkus-maven-plugin @@ -170,18 +186,6 @@ - - - com.diffplug.spotless - spotless-maven-plugin - ${spotless.version} - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} -