From 60c3654f4de3eb9093f688c09923881bc5a82305 Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Mon, 14 May 2012 21:35:34 +0000 Subject: [PATCH] added link to Annotations section git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1338440 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/site/apt/examples/using-annotations.apt.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 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 61ca883..f849be5 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 @@ -28,7 +28,7 @@ Using Java5 annotations - Since version 3.0, you can use Java5 annotations to generate the plugin descriptor file. + Since version 3.0, you can use {{{#Annotations}Java5 annotations}} to generate the plugin descriptor file. * Pom configuration @@ -43,7 +43,7 @@ Using Java5 annotations ${project.version} compile - + org.codehaus.plexus plexus-utils