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;
|
protected String goalPrefix;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The names of extractors to use.
|
* The role names of mojo extractors to use.
|
||||||
* <p/>
|
* <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.
|
* will be used.
|
||||||
* <p/>
|
* <p/>
|
||||||
* Example:
|
* Example:
|
||||||
* <p/>
|
* <p/>
|
||||||
* <pre>
|
* <pre>
|
||||||
* <!-- Use all extractors -->
|
* <!-- Use all mojo extractors -->
|
||||||
* <extractors/>
|
* <extractors/>
|
||||||
* <!-- Use no extractors -->
|
*
|
||||||
|
* <!-- Use no mojo extractors -->
|
||||||
* <extractors>
|
* <extractors>
|
||||||
* <extractor/>
|
* <extractor/>
|
||||||
* </extractors>
|
* </extractors>
|
||||||
* <!-- Use only bsh extractor -->
|
*
|
||||||
|
* <!-- Use only bsh mojo extractor -->
|
||||||
* <extractors>
|
* <extractors>
|
||||||
* <extractor>bsh</extractor>
|
* <extractor>bsh</extractor>
|
||||||
* </extractors>
|
* </extractors>
|
||||||
|
|
|
||||||
|
|
@ -93,17 +93,17 @@ public class PluginReport
|
||||||
* Specify some requirements to execute this plugin.
|
* Specify some requirements to execute this plugin.
|
||||||
* Example:
|
* Example:
|
||||||
* <pre>
|
* <pre>
|
||||||
* <requirements><br/>
|
* <requirements>
|
||||||
* <maven>2.0</maven><br/>
|
* <maven>2.0</maven>
|
||||||
* <jdk>1.4</jdk><br/>
|
* <jdk>1.4</jdk>
|
||||||
* <memory>256m</memory><br/>
|
* <memory>256m</memory>
|
||||||
* <diskSpace>1m</diskSpace><br/>
|
* <diskSpace>1m</diskSpace>
|
||||||
* <others><br/>
|
* <others>
|
||||||
* <property><br/>
|
* <property>
|
||||||
* <name>SVN</name><br/>
|
* <name>SVN</name>
|
||||||
* <value>1.4.6</value><br/>
|
* <value>1.4.6</value>
|
||||||
* </property><br/>
|
* </property>
|
||||||
* </others><br/>
|
* </others>
|
||||||
* </requirements>
|
* </requirements>
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue