[ 
http://jira.codehaus.org/browse/MDEP-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=191279#action_191279
 ] 

Mark Bowman commented on MDEP-230:
----------------------------------

I've been having a quick look into this by checking out the
maven-dependency-plugin source code and adding debug:-

http://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency-plugin-2.1

It appears to be slowing down in the extract method within the TarUnArchiver
class. This class is part of the plexus-archiver-1.0-alpha-9 package.

Checking this package out and inserting debug:-

http://svn.codehaus.org/plexus/plexus-components/tags/plexus-archiver-1.0-alpha-9

shows that the TarUnarchiver class is extracting individual files and taking
~50ms per file. 

> Performance is really bad for large artifacts
> ---------------------------------------------
>
>                 Key: MDEP-230
>                 URL: http://jira.codehaus.org/browse/MDEP-230
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Improvement
>          Components: unpack
>    Affects Versions: 2.1
>         Environment: linux
>            Reporter: Jason Chaffee
>            Assignee: Brian Fox
>
> I have a 300mb tar.gz file that I need to unpack for one of my builds.  I 
> takes over 10 minutes to unpack with the unpack goal.  If I do it on the 
> cmd-line it takes less than 1 minute.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to