Uses of Class
org.apache.maven.plugin.MojoFailureException
-
Packages that use MojoFailureException Package Description org.apache.maven org.apache.maven.plugin org.apache.maven.plugin.internal -
-
Uses of MojoFailureException in org.apache.maven
Methods in org.apache.maven that return MojoFailureException Modifier and Type Method Description MojoFailureExceptionProjectBuildFailureException. getMojoFailureException()Constructors in org.apache.maven with parameters of type MojoFailureException Constructor Description ProjectBuildFailureException(java.lang.String projectId, MojoFailureException cause) -
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.voidBuildPluginManager. executeMojo(MavenSession session, MojoExecution execution)voidDefaultBuildPluginManager. executeMojo(MavenSession session, MojoExecution mojoExecution)voidPluginManager. 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 MojoFailureException Modifier and Type Method Description voidDefaultPluginManager. executeMojo(MavenProject project, MojoExecution execution, MavenSession session)
-