Uses of Class
org.apache.maven.plugin.MojoFailureException
-
Uses of MojoFailureException in org.apache.maven
ModifierConstructorDescriptionProjectBuildFailureException
(String projectId, MojoFailureException cause) -
Uses of MojoFailureException in org.apache.maven.plugin
Modifier and TypeMethodDescriptionvoid
Mojo.execute()
Perform whatever build-process behavior thisMojo
implements.
This is the main trigger for theMojo
inside theMaven
system, and allows theMojo
to communicate errors.void
BuildPluginManager.executeMojo
(MavenSession session, MojoExecution execution) void
DefaultBuildPluginManager.executeMojo
(MavenSession session, MojoExecution mojoExecution) void
PluginManager.executeMojo
(MavenProject project, MojoExecution execution, MavenSession session) Deprecated. -
Uses of MojoFailureException in org.apache.maven.plugin.internal
Modifier and TypeMethodDescriptionvoid
DefaultPluginManager.executeMojo
(MavenProject project, MojoExecution execution, MavenSession session) Deprecated.