From 4999581a5c9bff9674489171f61a360c2ac0e335 Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Fri, 18 Nov 2022 14:25:29 +0100 Subject: [PATCH] Update maven-plugin-tools to 3.7.0 --- pom.xml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1cb7a98b9..1cba657e3 100644 --- a/pom.xml +++ b/pom.xml @@ -314,6 +314,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2022-06-09T20:48:10Z true + 3.7.0 @@ -324,6 +325,12 @@ limitations under the License. 2.1.1 compile + + org.apache.maven.plugin-tools + maven-plugin-annotations + ${mavenPluginToolsVersion} + provided + @@ -407,7 +414,27 @@ limitations under the License. org.apache.maven.plugins maven-plugin-plugin - 3.6.4 + ${mavenPluginToolsVersion} + + + default-descriptor + process-classes + + ./apidocs/ + + + + generate-helpmojo + + helpmojo + + + + + + org.apache.maven.plugins + maven-plugin-report-plugin + ${mavenPluginToolsVersion} org.apache.maven.plugins