Uses of Annotation Type
org.apache.maven.plugins.annotations.Parameter
Packages that use Parameter
Package
Description
-
Uses of Parameter in org.apache.maven.plugin.plugin
Fields in org.apache.maven.plugin.plugin with annotations of type ParameterModifier and TypeFieldDescriptionprivate booleanDescriptorGeneratorMojo.checkExpectedProvidedScopeFlag controlling is "expected dependencies in provided scope" check to be performed or not.private StringDescriptorGeneratorMojo.encodingThe file encoding of the source files.DescriptorGeneratorMojo.expectedProvidedScopeExclusionsList ofgroupId:artifactIdstrings of artifact coordinates that are to be excluded from "expected provided scope" check.DescriptorGeneratorMojo.expectedProvidedScopeGroupIdsList ofgroupIdstrings of artifact coordinates that are expected to be in "provided" scope.DescriptorGeneratorMojo.externalJavadocBaseUrlsCreates links to existing external javadoc-generated documentation.DescriptorGeneratorMojo.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 URIDescriptorGeneratorMojo.internalJavadocBaseUrlThe base URL for the Javadoc site containing the current project's API documentation.protected StringDescriptorGeneratorMojo.internalJavadocVersionThe version of the javadoc tool (equal to the container JDK version) used to generate the internal javadoc Only relevant ifDescriptorGeneratorMojo.internalJavadocBaseUrlis set.DescriptorGeneratorMojo.mojoDependenciesSpecify the dependencies asgroupId:artifactIdcontaining (abstract) Mojos, to filter dependencies scanned at runtime and focus on dependencies that are really useful to Mojo analysis.private 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.(package private) StringDescriptorGeneratorMojo.requiredJavaVersionThe required Java version to set in the plugin descriptor.(package private) StringDescriptorGeneratorMojo.requiredMavenVersionThe required Maven version to set in the plugin descriptor.private 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.private booleanDescriptorGeneratorMojo.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 booleanAddPluginArtifactMetadataMojo.skipSet this to "true" to skip invoking any goals or reports of the plugin. -
Uses of Parameter in org.apache.maven.plugins.maven_plugin_plugin
Fields in org.apache.maven.plugins.maven_plugin_plugin with annotations of type ParameterModifier and TypeFieldDescriptionprivate booleanHelpMojo.detailIftrue, display all settable properties for each goal.private StringHelpMojo.goalThe name of the goal for which to show help.private intHelpMojo.indentSizeThe number of spaces per indentation level, should be positive.private intHelpMojo.lineLengthThe maximum length of a display line, should be positive.