From 014281f0e52d7c8baf19cc7aec9dff1e6d43b574 Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Mon, 14 May 2012 22:10:36 +0000 Subject: [PATCH] improved documentation git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1338454 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-tools-api/src/site/apt/index.apt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/maven-plugin-tools-api/src/site/apt/index.apt b/maven-plugin-tools-api/src/site/apt/index.apt index 8459c42..72644a0 100644 --- a/maven-plugin-tools-api/src/site/apt/index.apt +++ b/maven-plugin-tools-api/src/site/apt/index.apt @@ -3,7 +3,7 @@ ------ Vincent Siveton ------ - 2008-07-15 + 2012-05-14 ------ ~~ Licensed to the Apache Software Foundation (ASF) under one @@ -29,3 +29,8 @@ Maven Plugin Tool API The Maven Plugin Tool API is the API to extract descriptors for all supported Maven plugins. + + Main component is {{{./apidocs/org/apache/maven/tools/plugin/scanner/MojoScanner.html}MojoScanner}}. + + Each descriptor extractor needs to implement + {{{./apidocs/org/apache/maven/tools/plugin/extractor/MojoDescriptorExtractor.html}MojoDescriptorExtractor}}.