protected java.util.Set<org.apache.maven.artifact.Artifact> |
AbstractGeneratorMojo.dependencies |
The set of dependencies for the current project
|
protected java.util.Set<org.apache.maven.artifact.Artifact> |
PluginReport.dependencies |
The set of dependencies for the current project
|
private boolean |
HelpMojo.detail |
If true , display all settable properties for each goal.
|
protected java.lang.String |
AbstractGeneratorMojo.encoding |
The file encoding of the source files.
|
private java.lang.String |
PluginReport.encoding |
The file encoding of the source files.
|
protected java.util.Set<java.lang.String> |
AbstractGeneratorMojo.extractors |
The role names of mojo extractors to use.
|
private java.lang.String |
HelpMojo.goal |
The name of the goal for which to show help.
|
protected java.lang.String |
AbstractGeneratorMojo.goalPrefix |
The goal prefix that will appear before the ":".
|
protected java.lang.String |
PluginReport.goalPrefix |
The goal prefix that will appear before the ":".
|
private java.lang.String |
HelpGeneratorMojo.helpPackageName |
The name of the package for the generated HelpMojo .
|
private int |
HelpMojo.indentSize |
The number of spaces per indentation level, should be positive.
|
private int |
HelpMojo.lineLength |
The maximum length of a display line, should be positive.
|
protected org.apache.maven.artifact.repository.ArtifactRepository |
AbstractGeneratorMojo.local |
Location of the local repository.
|
protected org.apache.maven.artifact.repository.ArtifactRepository |
PluginReport.local |
Location of the local repository.
|
private java.util.List<java.lang.String> |
AbstractGeneratorMojo.mojoDependencies |
Specify the dependencies as groupId:artifactId containing (abstract) Mojos, to filter
dependencies scanned at runtime and focus on dependencies that are really useful to Mojo analysis.
|
protected java.io.File |
DescriptorGeneratorMojo.outputDirectory |
The directory where the generated plugin.xml file will be put.
|
protected java.io.File |
HelpGeneratorMojo.outputDirectory |
The directory where the generated HelpMojo file will be put.
|
private java.io.File |
PluginReport.outputDirectory |
Report output directory for mojos' documentation.
|
protected java.util.List<java.lang.String> |
AbstractGeneratorMojo.packagingTypes |
Maven plugin packaging types.
|
private java.io.File |
PluginReport.pluginXmlFile |
Path to plugin.xml plugin descriptor to generate the report from.
|
protected org.apache.maven.project.MavenProject |
AbstractGeneratorMojo.project |
The project currently being built.
|
private org.apache.maven.project.MavenProject |
PluginReport.project |
The Maven Project.
|
protected java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> |
AbstractGeneratorMojo.remoteRepos |
List of Remote Repositories used by the resolver
|
protected java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> |
PluginReport.remoteRepos |
List of Remote Repositories used by the resolver
|
private Requirements |
PluginReport.requirements |
Specify some requirements to execute this plugin.
|
protected boolean |
AbstractGeneratorMojo.skip |
Set this to "true" to skip invoking any goals or reports of the plugin.
|
private boolean |
PluginReport.skip |
Set this to "true" to skip invoking any goals or reports of the plugin.
|
private boolean |
DescriptorGeneratorMojo.skipDescriptor |
A flag to disable generation of the plugin.xml in favor of a hand authored plugin descriptor.
|
protected boolean |
AbstractGeneratorMojo.skipErrorNoDescriptorsFound |
By default an exception is throw if no mojo descriptor is found.
|
private boolean |
PluginReport.skipReport |
Set this to "true" to skip generating the report.
|