mirror of https://github.com/apache/maven.git
o Trying to get the damn CVS update to take...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163134 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3e49095f26
commit
717f716b4f
|
@ -59,6 +59,7 @@ public class GoalMappingPhase
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
session.addImpliedExecution( goal, prereq );
|
session.addImpliedExecution( goal, prereq );
|
||||||
|
|
||||||
visited.add( prereq );
|
visited.add( prereq );
|
||||||
}
|
}
|
||||||
catch ( CycleDetectedException e )
|
catch ( CycleDetectedException e )
|
||||||
|
@ -80,6 +81,7 @@ public class GoalMappingPhase
|
||||||
public void visitGoal( String goal, MavenSession session ) throws GraphTraversalException
|
public void visitGoal( String goal, MavenSession session ) throws GraphTraversalException
|
||||||
{
|
{
|
||||||
session.addSingleExecution( goal );
|
session.addSingleExecution( goal );
|
||||||
|
|
||||||
visited.add( goal );
|
visited.add( goal );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue