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 Parameter
    Modifier and Type
    Field
    Description
    private boolean
    AbstractGeneratorMojo.checkExpectedProvidedScope
    Flag controlling is "expected dependencies in provided scope" check to be performed or not.
    protected String
    AbstractGeneratorMojo.encoding
    The file encoding of the source files.
    private List<String>
    AbstractGeneratorMojo.expectedProvidedScopeExclusions
    List of groupId:artifactId strings of artifact coordinates that are to be excluded from "expected provided scope" check.
    private List<String>
    AbstractGeneratorMojo.expectedProvidedScopeGroupIds
    List of groupId strings of artifact coordinates that are expected to be in "provided" scope.
    protected Set<String>
    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 generated HelpMojo.
    protected org.apache.maven.artifact.repository.ArtifactRepository
    AbstractGeneratorMojo.local
    Location of the local repository.
    private List<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 File
    DescriptorGeneratorMojo.outputDirectory
    The directory where the generated plugin.xml file will be put.
    protected File
    HelpGeneratorMojo.outputDirectory
    The directory where the generated HelpMojo file will be put.
    protected List<String>
    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 resolver
    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.
  • Uses of Parameter in org.apache.maven.plugin.plugin.metadata

    Fields in org.apache.maven.plugin.plugin.metadata with annotations of type Parameter
    Modifier and Type
    Field
    Description
    private 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.