Package | Description |
---|---|
org.apache.maven.plugin.plugin | |
org.apache.maven.plugin.plugin.metadata |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
UpdatePluginRegistryMojo.artifactId
Deprecated.
The artifact id of the project currently being built.
|
protected java.util.Set<org.apache.maven.artifact.Artifact> |
PluginReport.dependencies
The set of dependencies for the current project
|
protected java.util.Set<org.apache.maven.artifact.Artifact> |
AbstractGeneratorMojo.dependencies
The set of dependencies for the current project
|
private boolean |
HelpMojo.detail
If
true , display all settable properties for each goal. |
private java.lang.String |
PluginReport.encoding
The file encoding of the source files.
|
protected java.lang.String |
AbstractGeneratorMojo.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 |
PluginReport.goalPrefix
The goal prefix that will appear before the ":".
|
protected java.lang.String |
AbstractGeneratorMojo.goalPrefix
The goal prefix that will appear before the ":".
|
private java.lang.String |
UpdatePluginRegistryMojo.groupId
Deprecated.
The group id of the project currently being built.
|
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 |
PluginReport.local
Location of the local repository.
|
protected org.apache.maven.artifact.repository.ArtifactRepository |
AbstractGeneratorMojo.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. |
private java.io.File |
PluginReport.outputDirectory
Report output directory for mojos' documentation.
|
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. |
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. |
private org.apache.maven.project.MavenProject |
PluginReport.project
The Maven Project.
|
protected org.apache.maven.project.MavenProject |
AbstractGeneratorMojo.project
The project currently being built.
|
protected java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> |
PluginReport.remoteRepos
List of Remote Repositories used by the resolver
|
protected java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> |
AbstractGeneratorMojo.remoteRepos
List of Remote Repositories used by the resolver
|
private Requirements |
PluginReport.requirements
Specify some requirements to execute this plugin.
|
private boolean |
PluginReport.skip
Set this to "true" to skip invoking any goals or reports of the plugin.
|
private boolean |
UpdatePluginRegistryMojo.skip
Deprecated.
Set this to "true" to skip invoking any goals or reports of the plugin.
|
protected boolean |
AbstractGeneratorMojo.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.
|
private boolean |
UpdatePluginRegistryMojo.skipUpdatePluginRegistry
Deprecated.
Set this to "true" to skip updating the plugin registry.
|
private boolean |
UpdatePluginRegistryMojo.usePluginRegistry
Deprecated.
Indicates whether the
plugin-registry.xml file is used by Maven or not
to manage plugin versions. |
private java.lang.String |
UpdatePluginRegistryMojo.version
Deprecated.
The version of the project currently being built.
|
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
AddPluginArtifactMetadataMojo.goalPrefix
The prefix for the plugin goal.
|
private org.apache.maven.project.MavenProject |
AddPluginArtifactMetadataMojo.project
The project artifact, which should have the
latest metadata added to it. |
private boolean |
AddPluginArtifactMetadataMojo.skip
Set this to "true" to skip invoking any goals or reports of the plugin.
|