Uses of Class
org.apache.maven.MavenExecutionException
-
Packages that use MavenExecutionException Package Description org.apache.maven -
-
Uses of MavenExecutionException in org.apache.maven
Subclasses of MavenExecutionException in org.apache.maven Modifier and Type Class Description classDuplicateProjectExceptionSignals a collision of two or more projects with the same g:a:v during a reactor build.classInternalErrorExceptionSignals an internal error in Maven itself, e.g.classMissingModuleExceptionMissingModuleExceptionMethods in org.apache.maven that throw MavenExecutionException Modifier and Type Method Description voidAbstractMavenLifecycleParticipant. afterProjectsRead(MavenSession session)Invoked after all MavenProject instances have been created.voidAbstractMavenLifecycleParticipant. afterSessionEnd(MavenSession session)Invoked after all projects were built.voidAbstractMavenLifecycleParticipant. afterSessionStart(MavenSession session)Invoked after MavenSession instance has been created.
-