Uses of Annotation Interface
org.apache.maven.plugins.annotations.Parameter
Packages that use Parameter
-
Uses of Parameter in org.apache.maven.plugin.plugin
Fields in org.apache.maven.plugin.plugin with annotations of type ParameterModifier and TypeFieldDescriptionprotected Set<org.apache.maven.artifact.Artifact>
AbstractGeneratorMojo.dependencies
The set of dependencies for the current projectprotected String
AbstractGeneratorMojo.encoding
The file encoding of the source files.AbstractGeneratorMojo.extractors
The role names of mojo extractors to use.protected String
AbstractGeneratorMojo.goalPrefix
The goal prefix that will appear before the ":".private String
HelpGeneratorMojo.helpPackageName
The name of the package for the generatedHelpMojo
.protected org.apache.maven.artifact.repository.ArtifactRepository
AbstractGeneratorMojo.local
Location of the local repository.AbstractGeneratorMojo.mojoDependencies
Specify the dependencies asgroupId:artifactId
containing (abstract) Mojos, to filter dependencies scanned at runtime and focus on dependencies that are really useful to Mojo analysis.protected File
DescriptorGeneratorMojo.outputDirectory
The directory where the generatedplugin.xml
file will be put.protected File
HelpGeneratorMojo.outputDirectory
The directory where the generatedHelpMojo
file will be put.AbstractGeneratorMojo.packagingTypes
Maven plugin packaging types.protected org.apache.maven.project.MavenProject
AbstractGeneratorMojo.project
The project currently being built.protected List<org.apache.maven.artifact.repository.ArtifactRepository>
AbstractGeneratorMojo.remoteRepos
List of Remote Repositories used by the resolverprotected 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 theplugin.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. -
Uses of Parameter in org.apache.maven.plugin.plugin.metadata
Fields in org.apache.maven.plugin.plugin.metadata with annotations of type ParameterModifier and TypeFieldDescriptionprivate String
AddPluginArtifactMetadataMojo.goalPrefix
The prefix for the plugin goal.private org.apache.maven.project.MavenProject
AddPluginArtifactMetadataMojo.project
The project artifact, which should have thelatest
metadata added to it.private boolean
AddPluginArtifactMetadataMojo.skip
Set this to "true" to skip invoking any goals or reports of the plugin.