|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
(package private) java.util.Set |
GoalToJellyScriptHousingMapper.resolveJellyScriptHousings(java.lang.String goal)
Find the appropriate plugins that provide the give goal and its precursors. |
Goal[] |
GoalToJellyScriptHousingMapper.getExecutionChain(java.lang.String name,
WerkzProject project)
|
Uses of NoSuchGoalException in org.apache.maven.werkz |
Methods in org.apache.maven.werkz that throw NoSuchGoalException | |
Goal[] |
WerkzProject.getExecutionChain(java.lang.String name)
Retrieve a valid execution chain to attain the specified goal. |
void |
WerkzProject.attainGoal(java.lang.String name,
Session session)
Attempt to attain the specified goal. |
void |
WerkzProject.percolateGoal(java.lang.String name,
Session session)
Attempt to percolate the specified goal. |
void |
WerkzProject.attainGoal(java.lang.String name)
Attempt to attain the specified goal. |
void |
WerkzProject.percolateGoal(java.lang.String name)
Attempt to percolate the specified goal. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |