o Eased migration

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@933174 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-04-12 10:19:24 +00:00
parent 3d2bebeb19
commit 6917060e56
1 changed files with 6 additions and 0 deletions

View File

@ -136,6 +136,12 @@ public class MavenExecutionPlan
return result;
}
@Deprecated
public List<MojoExecution> getExecutions()
{
return getMojoExecutions();
}
public int size()
{
return planItem.size();