Uses of Annotation Type
org.apache.maven.plugins.annotations.Mojo
Package
Description
-
Uses of Mojo in org.apache.maven.plugin.plugin
Modifier and TypeClassDescriptionclass
Generate a plugin descriptor.class
Generates aHelpMojo
class. -
Uses of Mojo in org.apache.maven.plugin.plugin.metadata
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Display help information on maven-plugin-report-plugin.
Callmvn plugin-report:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.