Full name:
org.apache.maven.plugins:maven-plugin-plugin:2.5.1:descriptor
Description:
Attributes:
runtime.2.0.generate-resources.| Name | Type | Since | Description |
|---|---|---|---|
| encoding | String |
2.5 |
The file encoding of the source files. Default value is: ${project.build.sourceEncoding}. |
| extractors | Set |
2.0 |
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.0 |
The goal prefix that will appear before the ":". |
| outputDirectory | File |
2.0 |
The directory where the generated plugin.xml file will
be put.Default value is: ${project.build.outputDirectory}/META-INF/maven. |
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.0Nojava.lang.String2.0Noplugin.xml file will
be put.java.io.File2.0No${project.build.outputDirectory}/META-INF/maven