mirror of https://github.com/apache/maven.git
project sorting can be a static method
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163576 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
64eb3c2ddd
commit
c865afbae9
|
@ -98,7 +98,7 @@ public class DefaultMaven
|
|||
{
|
||||
projects = collectProjects( request.getFiles(), request.getLocalRepository(), request.isRecursive() );
|
||||
|
||||
projects = projectBuilder.getSortedProjects( projects );
|
||||
projects = MavenProject.getSortedProjects( projects );
|
||||
|
||||
if ( projects.isEmpty() )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue