You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/15 00:10:36 UTC

svn commit: r1338454 - /maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/apt/index.apt

Author: hboutemy
Date: Mon May 14 22:10:36 2012
New Revision: 1338454

URL: http://svn.apache.org/viewvc?rev=1338454&view=rev
Log:
improved documentation

Modified:
    maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/apt/index.apt

Modified: maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/apt/index.apt?rev=1338454&r1=1338453&r2=1338454&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/apt/index.apt (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-api/src/site/apt/index.apt Mon May 14 22:10:36 2012
@@ -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}}.