mirror of https://github.com/apache/maven.git
PR: MNG-870
add missing delegator git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290890 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cebbdaf1ce
commit
3d9c4031ab
|
@ -123,6 +123,11 @@ public class ReactorManager
|
|||
return sorter.getSortedProjects();
|
||||
}
|
||||
|
||||
public MavenProject getTopLevelProject()
|
||||
{
|
||||
return sorter.getTopLevelProject();
|
||||
}
|
||||
|
||||
private static class BuildFailure
|
||||
{
|
||||
private Exception cause;
|
||||
|
|
Loading…
Reference in New Issue