From 660e74e0522d5f3eb943dc8199648b42ab840325 Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Thu, 15 May 2014 21:35:46 +0000 Subject: [PATCH] [MPLUGIN-238] improved Usage documentation git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1595059 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/site/apt/index.apt.vm | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/maven-plugin-annotations/src/site/apt/index.apt.vm b/maven-plugin-annotations/src/site/apt/index.apt.vm index 2510cee..220aa5e 100644 --- a/maven-plugin-annotations/src/site/apt/index.apt.vm +++ b/maven-plugin-annotations/src/site/apt/index.apt.vm @@ -33,17 +33,6 @@ About ${project.name} * Usage To be able to {{{../maven-plugin-tools-annotations/index.html}use Maven Plugin Tools Java 5 Annotations}}, - add this artifact to your project dependencies in <<>>: - -+--------+ - - - - org.apache.maven.plugin-tools - maven-plugin-annotations - ${project.version} - provided - - - -+--------+ + some configuration has to be done in <<>>: see + {{{../maven-plugin-plugin/examples/using-annotations.html#POM_configuration} Using Plugin Tools Java5 Annotations}} + example in {{{../maven-plugin-plugin} <<>>}} documentation.