Uses of Class
org.apache.maven.plugin.MojoFailureException
-
Packages that use MojoFailureException Package Description org.apache.maven.plugin -
-
Uses of MojoFailureException in org.apache.maven.plugin
Methods in org.apache.maven.plugin that throw MojoFailureException 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.
-