Full name:
org.apache.maven.plugins:maven-plugin-plugin:2.5.1:helpmojo
Description:
HelpMojo class.Attributes:
2.4.generate-sources.| Name | Type | Since | Description |
|---|---|---|---|
| encoding | String |
2.5 |
The file encoding of the source files. Default value is: ${project.build.sourceEncoding}. |
| extractors | Set |
2.4 |
The role names of mojo extractors to use.
If not set, all mojo extractors will be used. If set to an
empty extractor name, no mojo extractors will be used.
Example:
<!-- Use all mojo extractors --> <extractors/> <!-- Use no mojo extractors --> <extractors> <extractor/> </extractors> <!-- Use only bsh mojo extractor --> <extractors> <extractor>bsh</extractor> </extractors> |
| goalPrefix | String |
2.4 |
The goal prefix that will appear before the ":". |
| outputDirectory | File |
2.4 |
The directory where the generated HelpMojo file will
be put.Default value is: ${project.build.directory}/generated-sources/plugin. |
java.lang.String2.5No${encoding}${project.build.sourceEncoding}<!-- Use all mojo extractors --> <extractors/> <!-- Use no mojo extractors --> <extractors> <extractor/> </extractors> <!-- Use only bsh mojo extractor --> <extractors> <extractor>bsh</extractor> </extractors>
java.util.Set2.4Nojava.lang.String2.4NoHelpMojo file will
be put.java.io.File2.4No${project.build.directory}/generated-sources/plugin