mirror of https://github.com/apache/maven.git
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:
parent
3d2bebeb19
commit
6917060e56
|
@ -136,6 +136,12 @@ public class MavenExecutionPlan
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public List<MojoExecution> getExecutions()
|
||||||
|
{
|
||||||
|
return getMojoExecutions();
|
||||||
|
}
|
||||||
|
|
||||||
public int size()
|
public int size()
|
||||||
{
|
{
|
||||||
return planItem.size();
|
return planItem.size();
|
||||||
|
|
Loading…
Reference in New Issue