Uses of Class
org.apache.maven.plugin.MojoFailureException
Packages that use MojoFailureException
-
Uses of MojoFailureException in org.apache.maven
Methods in org.apache.maven that return MojoFailureExceptionConstructors in org.apache.maven with parameters of type MojoFailureExceptionModifierConstructorDescriptionProjectBuildFailureException
(String projectId, MojoFailureException cause) -
Uses of MojoFailureException in org.apache.maven.plugin
Methods in org.apache.maven.plugin that throw MojoFailureExceptionModifier 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
Methods in org.apache.maven.plugin.internal that throw MojoFailureExceptionModifier and TypeMethodDescriptionvoid
DefaultPluginManager.executeMojo
(MavenProject project, MojoExecution execution, MavenSession session) Deprecated.