Uses of Class
org.apache.maven.plugin.MojoExecutionException
-
Packages that use MojoExecutionException Package Description org.apache.maven.plugin -
-
Uses of MojoExecutionException in org.apache.maven.plugin
Methods in org.apache.maven.plugin that throw MojoExecutionException Modifier and Type Method Description void
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.
-