Uses of Annotation Type
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 TypeFieldDescriptionprivate boolean
DescriptorGeneratorMojo.checkExpectedProvidedScope
Flag controlling is "expected dependencies in provided scope" check to be performed or not.private String
DescriptorGeneratorMojo.encoding
The file encoding of the source files.DescriptorGeneratorMojo.expectedProvidedScopeExclusions
List ofgroupId:artifactId
strings of artifact coordinates that are to be excluded from "expected provided scope" check.DescriptorGeneratorMojo.expectedProvidedScopeGroupIds
List ofgroupId
strings of artifact coordinates that are expected to be in "provided" scope.DescriptorGeneratorMojo.externalJavadocBaseUrls
Creates links to existing external javadoc-generated documentation.DescriptorGeneratorMojo.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 URI
DescriptorGeneratorMojo.internalJavadocBaseUrl
The base URL for the Javadoc site containing the current project's API documentation.protected String
DescriptorGeneratorMojo.internalJavadocVersion
The version of the javadoc tool (equal to the container JDK version) used to generate the internal javadoc Only relevant ifDescriptorGeneratorMojo.internalJavadocBaseUrl
is set.DescriptorGeneratorMojo.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.private 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.private org.eclipse.aether.RepositorySystemSession
DescriptorGeneratorMojo.repoSession
(package private) String
DescriptorGeneratorMojo.requiredJavaVersion
The required Java version to set in the plugin descriptor.(package private) String
DescriptorGeneratorMojo.requiredMavenVersion
The required Maven version to set in the plugin descriptor.private org.apache.maven.settings.Settings
DescriptorGeneratorMojo.settings
The Maven Settings, for evaluating proxy settings used to accessinvalid reference
#javadocLinks
private 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.private boolean
DescriptorGeneratorMojo.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.