Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-alpha-7
-
Component/s: wagon-ssh
-
Labels:None
-
Number of attachments :
Description
(1.0-alpha-6 needs to be released and a7 added as a new version)
executeCommand( "cd " + path + "; unzip -o " + zipFile.getName() + "; rm -f " + zipFile.getName() );
This code hangs when the zip is large. The problem is that the process's outputstream is not read so eventually it fills its buffer and the process hangs. My fix? Add "-q" to unzip's arguments so that it does not spew tons of output.
Issue Links
- is duplicated by
-
WAGON-37
wagon based site deploy hangs on large files
-
Once this has been fixed and updated will maven 2.0.2 automatically download this jar and update itself? Or, alternatively can we just replace wagon-ssh-external-1.0-alpha-6.jar with wagon-ssh-external-1.0-alpha-7.jar in our maven 2 installation lib directory?
Where is the class path set to add wagon-ssh-external-1.0-alpha-6.jar?