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 TypeFieldDescriptionprivate booleanAbstractGeneratorMojo.checkExpectedProvidedScopeFlag controlling is "expected dependencies in provided scope" check to be performed or not.protected StringAbstractGeneratorMojo.encodingThe file encoding of the source files.AbstractGeneratorMojo.expectedProvidedScopeExclusionsList ofgroupId:artifactIdstrings of artifact coordinates that are to be excluded from "expected provided scope" check.AbstractGeneratorMojo.expectedProvidedScopeGroupIdsList ofgroupIdstrings of artifact coordinates that are expected to be in "provided" scope.AbstractGeneratorMojo.extractorsThe role names of mojo extractors to use.protected StringAbstractGeneratorMojo.goalPrefixThe goal prefix that will appear before the ":".private StringHelpGeneratorMojo.helpPackageNameThe name of the package for the generatedHelpMojo.protected org.apache.maven.artifact.repository.ArtifactRepositoryAbstractGeneratorMojo.localLocation of the local repository.AbstractGeneratorMojo.mojoDependenciesSpecify the dependencies asgroupId:artifactIdcontaining (abstract) Mojos, to filter dependencies scanned at runtime and focus on dependencies that are really useful to Mojo analysis.protected FileDescriptorGeneratorMojo.outputDirectoryThe directory where the generatedplugin.xmlfile will be put.protected FileHelpGeneratorMojo.outputDirectoryThe directory where the generatedHelpMojofile will be put.AbstractGeneratorMojo.packagingTypesMaven plugin packaging types.protected org.apache.maven.project.MavenProjectAbstractGeneratorMojo.projectThe project currently being built.protected List<org.apache.maven.artifact.repository.ArtifactRepository>AbstractGeneratorMojo.remoteReposList of Remote Repositories used by the resolverprotected booleanAbstractGeneratorMojo.skipSet this to "true" to skip invoking any goals or reports of the plugin.private booleanDescriptorGeneratorMojo.skipDescriptorA flag to disable generation of theplugin.xmlin favor of a hand authored plugin descriptor.protected booleanAbstractGeneratorMojo.skipErrorNoDescriptorsFoundBy 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 StringAddPluginArtifactMetadataMojo.goalPrefixThe prefix for the plugin goal.private org.apache.maven.project.MavenProjectAddPluginArtifactMetadataMojo.projectThe project artifact, which should have thelatestmetadata added to it.private booleanAddPluginArtifactMetadataMojo.skipSet this to "true" to skip invoking any goals or reports of the plugin.