Chmod following scp transfer performs poorly as time goes on
------------------------------------------------------------

                 Key: MSITE-380
                 URL: http://jira.codehaus.org/browse/MSITE-380
             Project: Maven 2.x Site Plugin
          Issue Type: Bug
          Components: site:deploy
    Affects Versions: 2.0-beta-7
            Reporter: Brian Jackson


The chmod command that is run on line 194 of SiteDeployMojo takes a very long 
time on a large site because it runs against the repository base dir instead of 
the nested directory for just the given project.  It would be desirable if it 
either was run on the subdirectory or was optional since in our case its and 
unnecessary command that takes 6+ minutes to run on our doc site of 50+GB.


-- 
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