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 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.protected org.apache.maven.project.MavenProjectAbstractGeneratorMojo.projectThe project currently being built.private org.eclipse.aether.RepositorySystemSessionDescriptorGeneratorMojo.repoSession(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 org.apache.maven.settings.SettingsDescriptorGeneratorMojo.settingsThe Maven Settings, for evaluating proxy settings used to accessinvalid reference
#javadocLinksprivate 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 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.