Uses of Class
org.apache.maven.plugin.MojoExecutionException
Package
Description
-
Uses of MojoExecutionException in org.apache.maven.execution
Modifier and TypeMethodDescriptionvoid
MojoExecutionListener.afterMojoExecutionSuccess
(MojoExecutionEvent event) void
MojoExecutionListener.beforeMojoExecution
(MojoExecutionEvent event) -
Uses of MojoExecutionException in org.apache.maven.execution.scope
Modifier and TypeMethodDescriptionvoid
WeakMojoExecutionListener.afterMojoExecutionSuccess
(MojoExecutionEvent event) void
WeakMojoExecutionListener.beforeMojoExecution
(MojoExecutionEvent event) -
Uses of MojoExecutionException in org.apache.maven.execution.scope.internal
Modifier and TypeMethodDescriptionvoid
MojoExecutionScope.afterMojoExecutionSuccess
(MojoExecutionEvent event) void
MojoExecutionScope.beforeMojoExecution
(MojoExecutionEvent event) void
MojoExecutionScope.exit()
-
Uses of MojoExecutionException 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 MojoExecutionException in org.apache.maven.plugin.internal
Modifier and TypeMethodDescriptionvoid
DefaultPluginManager.executeMojo
(MavenProject project, MojoExecution execution, MavenSession session) Deprecated.