Uses of Annotation Type
org.apache.maven.plugins.annotations.Mojo
Packages that use Mojo
Package
Description
-
Uses of Mojo in org.apache.maven.plugin.plugin
Classes in org.apache.maven.plugin.plugin with annotations of type MojoModifier and TypeClassDescriptionclassGenerate a plugin descriptor.classGenerates aHelpMojoclass. -
Uses of Mojo in org.apache.maven.plugin.plugin.metadata
Classes in org.apache.maven.plugin.plugin.metadata with annotations of type MojoModifier and TypeClassDescriptionclassInject any plugin-specific artifact metadata to the project's artifact, for subsequent installation and deployment. -
Uses of Mojo in org.apache.maven.plugin.plugin.report
Classes in org.apache.maven.plugin.plugin.report with annotations of type MojoModifier and TypeClassDescriptionclassGenerates the plugin's report: the plugin details page atplugin-info.html, and onegoal-mojo.htmlper goal.classGenerates the plugin's report: the plugin details page atplugin-info.htmland onegoal-mojo.htmlper goal. -
Uses of Mojo in org.apache.maven.plugins.maven_plugin_plugin
Classes in org.apache.maven.plugins.maven_plugin_plugin with annotations of type MojoModifier and TypeClassDescriptionclassDisplay help information on maven-plugin-plugin.
Callmvn plugin:help -Ddetail=true -Dgoal=<goal-name>to display parameter details. -
Uses of Mojo in org.apache.maven.plugins.maven_plugin_report_plugin
Classes in org.apache.maven.plugins.maven_plugin_report_plugin with annotations of type MojoModifier and TypeClassDescriptionclassDisplay help information on maven-plugin-report-plugin.
Callmvn plugin-report:help -Ddetail=true -Dgoal=<goal-name>to display parameter details.