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 voidMojo. execute()Perform whatever build-process behavior thisMojoimplements.
This is the main trigger for theMojoinside theMavensystem, and allows theMojoto communicate errors.
-