From fb03985d58c699ae10c3443a5905dd99353c72df Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 14 May 2012 19:38:10 +0000 Subject: [PATCH] link from index to annotations doc page git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1338358 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-plugin/src/site/apt/index.apt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maven-plugin-plugin/src/site/apt/index.apt b/maven-plugin-plugin/src/site/apt/index.apt index d433653..f56ad97 100644 --- a/maven-plugin-plugin/src/site/apt/index.apt +++ b/maven-plugin-plugin/src/site/apt/index.apt @@ -78,6 +78,8 @@ Maven Plugin Plugin The following examples shows how to use the Plugin Plugin in more advanced usecases: + * {{{./examples/using-annotations.html}Use Java5 annotations for your Mojo}} + * {{{./examples/generate-descriptor.html}Configuring Generation of Plugin Descriptor}} * {{{./examples/generate-report.html}Configuring Generation of Documentation Reports}}