Uses of Class
org.apache.maven.BuildFailureException

Packages that use BuildFailureException
org.apache.maven   
org.apache.maven.lifecycle   
 

Uses of BuildFailureException in org.apache.maven
 

Subclasses of BuildFailureException in org.apache.maven
 class AggregatedBuildFailureException
          Exception which occurs when an @aggregator plugin fails to execute.
 class InvalidTaskException
          Exception which occurs when a task or goal is specified on the command line but cannot be resolved for execution.
 class NoGoalsSpecifiedException
          Exception indicating that Maven has no instructions for what to execute.
 class ProjectBuildFailureException
          Exception which occurs when a normal (i.e.
 class ProjectCycleException
          Exception which occurs when creating a new ReactorManager instance, due to failure to sort the current projects.
 

Uses of BuildFailureException in org.apache.maven.lifecycle
 

Methods in org.apache.maven.lifecycle that throw BuildFailureException
 void LifecycleExecutor.execute(MavenSession session, ReactorManager rm, EventDispatcher dispatcher)
          Order and execute mojos associated with the current set of projects in the reactor.
 void DefaultLifecycleExecutor.execute(MavenSession session, ReactorManager reactorManager, EventDispatcher dispatcher)
          Order and execute mojos associated with the current set of projects in the reactor.
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.