From 1d5f6f7c7dc24aaf8e8b8a6bae482ee35aac9c35 Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Sat, 12 May 2012 15:32:45 +0000 Subject: [PATCH] improved documentation git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1337571 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/apt/index.apt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index 16cfbc8..991940f 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -37,19 +37,19 @@ Maven Plugin Tools *-----------------------------------------------------------------------------+---------------------------------------------------------+ | <<{{{../plugins/maven-plugin-plugin/index.html}maven-plugin-plugin}}>> | Create a Maven plugin descriptor for any mojos found in the source tree, to include in the JAR. *-----------------------------------------------------------------------------+---------------------------------------------------------+ -| {{{./maven-plugin-tools-api/index.html}maven-plugin-tools-api}} | API used by maven-plugin-plugin to extract Plugin information. +| {{{./maven-plugin-tools-api/index.html}maven-plugin-tools-api}} | Descriptor extractor API, used by maven-plugin-plugin to extract Plugin information. *-----------------------------------------------------------------------------+---------------------------------------------------------+ -| \ \ {{{./maven-plugin-tools-beanshell/index.html}maven-plugin-tools-beanshell}} | Descriptor extractor for plugins written in Beanshell. +| \ \ {{{./maven-plugin-tools-java/index.html}maven-plugin-tools-java}} | Descriptor extractor for plugins written in Java annotated with Mojo Javadoc Tags. *-----------------------------------------------------------------------------+---------------------------------------------------------+ -| \ \ {{{./maven-plugin-tools-java/index.html}maven-plugin-tools-java}} | Descriptor extractor for plugins written in Java annotated with Mojo Javadoc Tags. +| \ \ \ \ {{{./maven-plugin-tools-javadoc/index.html}maven-plugin-tools-javadoc}} | Provides the support of Mojo Javadoc Tags in the Javadoc Tool. *-----------------------------------------------------------------------------+---------------------------------------------------------+ -| \ \ \ \ {{{./maven-plugin-tools-javadoc/index.html}maven-plugin-tools-javadoc}} | Provides the support of Mojo Javadoc Tags in the Javadoc Tool. +| \ \ {{{./maven-plugin-tools-annotations/index.html}maven-plugin-tools-annotations}} | Descriptor extractor for plugins written in Java with Java 5 annotations. *-----------------------------------------------------------------------------+---------------------------------------------------------+ -| \ \ {{{./maven-plugin-tools-annotations/index.html}maven-plugin-tools--annotations}} | Descriptor extractor for plugins written in Java with Java 5 annotations. +| \ \ \ \ {{{./maven-plugin-annotations/index.html}maven-plugin-annotations}} | Provides the Java 5 annotations to use in Mojos. *-----------------------------------------------------------------------------+---------------------------------------------------------+ -| \ \ \ \ {{{./maven-plugin-annotations/index.html}maven-plugin-annotations}} | Provides the Java 5 annotations to use in Mojos. +| \ \ {{{./maven-plugin-tools-beanshell/index.html}maven-plugin-tools-beanshell}} | Descriptor extractor for plugins written in Beanshell. *-----------------------------------------------------------------------------+---------------------------------------------------------+ -| \ \ {{{./maven-plugin-tools-ant/index.html}maven-plugin-tools-ant}} | Descriptor extractor for plugins written in Ant. +| \ \ {{{./maven-plugin-tools-ant/index.html}maven-plugin-tools-ant}} | Descriptor extractor for plugins written in Ant. *-----------------------------------------------------------------------------+---------------------------------------------------------+ | {{{./maven-plugin-tools-model/index.html}maven-plugin-tools-model}} | API to play with the Maven Plugin Metadata Model for script-based plugins. *-----------------------------------------------------------------------------+---------------------------------------------------------+