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 TypeClassDescriptionclass
Generate a plugin descriptor.class
Generates aHelpMojo
class. -
Uses of Mojo in org.apache.maven.plugin.plugin.metadata
Classes in org.apache.maven.plugin.plugin.metadata with annotations of type MojoModifier and TypeClassDescriptionclass
Inject 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 TypeClassDescriptionclass
Generates the Plugin's documentation report:plugin-info.html
plugin overview page, and onegoal-mojo.html
per 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 TypeClassDescriptionclass
Display 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 TypeClassDescriptionclass
Display help information on maven-plugin-report-plugin.
Callmvn plugin-report:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.