Uses of Class
org.apache.maven.plugins.annotations.Mojo
-
-
Uses of Mojo in org.apache.maven.plugin.plugin
Classes in org.apache.maven.plugin.plugin with annotations of type Mojo Modifier and Type Class Description classDescriptorGeneratorMojoGenerate a plugin descriptor.classHelpGeneratorMojoGenerates aHelpMojoclass. -
Uses of Mojo in org.apache.maven.plugin.plugin.metadata
Classes in org.apache.maven.plugin.plugin.metadata with annotations of type Mojo Modifier and Type Class Description classAddPluginArtifactMetadataMojoInject 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 Mojo Modifier and Type Class Description classPluginReportGenerates the Plugin's documentation report:plugin-info.htmlplugin overview page, and 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 Mojo Modifier and Type Class Description classHelpMojoDisplay 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 Mojo Modifier and Type Class Description classHelpMojoDisplay help information on maven-plugin-report-plugin.
Callmvn plugin-report:help -Ddetail=true -Dgoal=<goal-name>to display parameter details.
-