You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/10/12 22:51:48 UTC

[jira] Closed: (MAVEN-1461) Poor performance of the maven reactor

Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Tue, 12 Oct 2004 4:51 PM

MAVEN-1235.

Vincent was unable to give enough information to go on - if you have something to add, would definitely like this fixed.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1461

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1461
    Summary: Poor performance of the maven reactor
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: DUPLICATE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Versions:
             1.0

   Assignee: 
   Reporter: Eric Lapierre

    Created: Tue, 12 Oct 2004 2:18 PM
    Updated: Tue, 12 Oct 2004 4:51 PM
Environment: Windows 2000 and Solaris 9

Description:
  We have a project with about 50 subprojects, and, on average, each subproject has 20 dependencies.
   Every time we try to compile all subprojects, the reactor takes about 17 minutes to determine the order of the subprojects.
   I found that the reactor is trying to sort all the dependencies, even the third party software dependencies, and the ones that are not in the scope of the compile. Can't the dependency graph be pruned of all necessary dependencies before looking for cycles?
  I also found that there is an alternate Dependency Resolver. My tests showed that it was much faster that the default one ( about 5 minutes ) to order the dependencies using the option -Dmaven.core.dependencyresolver=org.apache.maven.jelly.tags.maven.GraphDependencyResolver



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org