Uses of Class
org.apache.maven.plugins.annotations.Parameter
-
Packages that use Parameter Package Description org.apache.maven.plugin.plugin -
-
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 protected List<URI>DescriptorGeneratorMojo. externalJavadocBaseUrlsCreates links to existing external javadoc-generated documentation.protected StringAbstractGeneratorMojo. goalPrefixThe goal prefix that will appear before the ":".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.protected FileHelpGeneratorMojo. outputDirectoryThe directory where the generatedHelpMojofile will be put.
-