Uses of Class
org.apache.maven.werkz.NoSuchGoalException

Packages that use NoSuchGoalException
org.apache.maven.plugin Code to cache and manage plugin execution. 
org.apache.maven.werkz The werkz goal-oriented process framework. 
 

Uses of NoSuchGoalException in org.apache.maven.plugin
 

Methods in org.apache.maven.plugin that throw NoSuchGoalException
 Goal[] GoalToJellyScriptHousingMapper.getExecutionChain(java.lang.String name, WerkzProject project)
           
(package private)  java.util.Set GoalToJellyScriptHousingMapper.resolveJellyScriptHousings(java.lang.String goal)
          Find the appropriate plugins that provide the give goal and its precursors.
 

Uses of NoSuchGoalException in org.apache.maven.werkz
 

Methods in org.apache.maven.werkz that throw NoSuchGoalException
 void WerkzProject.attainGoal(java.lang.String name)
          Attempt to attain the specified goal.
 void WerkzProject.attainGoal(java.lang.String name, Session session)
          Attempt to attain the specified goal.
 Goal[] WerkzProject.getExecutionChain(java.lang.String name)
          Retrieve a valid execution chain to attain the specified goal.
 void WerkzProject.percolateGoal(java.lang.String name)
          Attempt to percolate the specified goal.
 void WerkzProject.percolateGoal(java.lang.String name, Session session)
          Attempt to percolate the specified goal.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.