o Polished documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@693885 13f79535-47bb-0310-9956-ffa450edef68master
parent
74c384ebe5
commit
2ec42912fd
|
|
@ -67,21 +67,23 @@ public abstract class AbstractGeneratorMojo
|
|||
protected String goalPrefix;
|
||||
|
||||
/**
|
||||
* The names of extractors to use.
|
||||
* The role names of mojo extractors to use.
|
||||
* <p/>
|
||||
* If not set, all extractors will be used. If set to an empty extractor name, no extractors
|
||||
* If not set, all mojo extractors will be used. If set to an empty extractor name, no mojo extractors
|
||||
* will be used.
|
||||
* <p/>
|
||||
* Example:
|
||||
* <p/>
|
||||
* <pre>
|
||||
* <!-- Use all extractors -->
|
||||
* <!-- Use all mojo extractors -->
|
||||
* <extractors/>
|
||||
* <!-- Use no extractors -->
|
||||
*
|
||||
* <!-- Use no mojo extractors -->
|
||||
* <extractors>
|
||||
* <extractor/>
|
||||
* </extractors>
|
||||
* <!-- Use only bsh extractor -->
|
||||
*
|
||||
* <!-- Use only bsh mojo extractor -->
|
||||
* <extractors>
|
||||
* <extractor>bsh</extractor>
|
||||
* </extractors>
|
||||
|
|
|
|||
|
|
@ -93,17 +93,17 @@ public class PluginReport
|
|||
* Specify some requirements to execute this plugin.
|
||||
* Example:
|
||||
* <pre>
|
||||
* <requirements><br/>
|
||||
* <maven>2.0</maven><br/>
|
||||
* <jdk>1.4</jdk><br/>
|
||||
* <memory>256m</memory><br/>
|
||||
* <diskSpace>1m</diskSpace><br/>
|
||||
* <others><br/>
|
||||
* <property><br/>
|
||||
* <name>SVN</name><br/>
|
||||
* <value>1.4.6</value><br/>
|
||||
* </property><br/>
|
||||
* </others><br/>
|
||||
* <requirements>
|
||||
* <maven>2.0</maven>
|
||||
* <jdk>1.4</jdk>
|
||||
* <memory>256m</memory>
|
||||
* <diskSpace>1m</diskSpace>
|
||||
* <others>
|
||||
* <property>
|
||||
* <name>SVN</name>
|
||||
* <value>1.4.6</value>
|
||||
* </property>
|
||||
* </others>
|
||||
* </requirements>
|
||||
* </pre>
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue