From b57551ad8ed591bced0c22f6a969f3ec6f8b052e Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 28 Nov 2021 20:11:09 +0100 Subject: [PATCH] (doc) Simplify documentation Since maven-plugin-plugin require Maven 3.2.5 no additional configuration is needed. --- .../site/apt/examples/using-annotations.apt.vm | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm b/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm index b18271d34..d6a0df614 100644 --- a/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm +++ b/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm @@ -75,13 +75,8 @@ Using Plugin Tools Java Annotations * POM configuration - To be able to use these Java annotations, you need to add some configuration to your plugin POM: - - * add <<>> dependency, preferably with <<>> scope, - - * override Maven core's <<>> execution phase to <<>>, - - [] + To be able to use these Java annotations, you need to add to your plugin POM + <<>> dependency, preferably with <<>> scope. +-----+ @@ -94,7 +89,7 @@ Using Plugin Tools Java Annotations org.apache.maven.plugin-tools maven-plugin-annotations ${project.version} - true + provided ... @@ -105,10 +100,6 @@ Using Plugin Tools Java Annotations maven-plugin-plugin ${project.version} - - default-descriptor - process-classes - help-goal