improved documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1338454 13f79535-47bb-0310-9956-ffa450edef68master
parent
005e039cc4
commit
014281f0e5
|
|
@ -3,7 +3,7 @@
|
||||||
------
|
------
|
||||||
Vincent Siveton
|
Vincent Siveton
|
||||||
------
|
------
|
||||||
2008-07-15
|
2012-05-14
|
||||||
------
|
------
|
||||||
|
|
||||||
~~ Licensed to the Apache Software Foundation (ASF) under one
|
~~ Licensed to the Apache Software Foundation (ASF) under one
|
||||||
|
|
@ -29,3 +29,8 @@
|
||||||
Maven Plugin Tool API
|
Maven Plugin Tool API
|
||||||
|
|
||||||
The Maven Plugin Tool API is the API to extract descriptors for all supported Maven plugins.
|
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}}.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue