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
    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.
    private List<String>
    DescriptorGeneratorMojo.expectedProvidedScopeExclusions
    List of groupId:artifactId strings of artifact coordinates that are to be excluded from "expected provided scope" check.
    private List<String>
    DescriptorGeneratorMojo.expectedProvidedScopeGroupIds
    List of groupId strings of artifact coordinates that are expected to be in "provided" scope.
    protected List<URI>
    DescriptorGeneratorMojo.externalJavadocBaseUrls
    Creates links to existing external javadoc-generated documentation.
    private Set<String>
    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 generated HelpMojo.
    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 if DescriptorGeneratorMojo.internalJavadocBaseUrl is set.
    private List<String>
    DescriptorGeneratorMojo.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 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.
    private List<String>
    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 access #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 the plugin.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 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.