Github user oassuncao commented on the issue: https://github.com/apache/maven-wagon/pull/32 If you check the `resource.setContentLength` this method receive a long value as a parameter. In the `ScpWagon` convert the integer to long (java cast). I only parse the value to Long, because if you have large file you will receive a error. My file has 3.8 GB in bytes is 3865470566. It is more than the capability of Integer Java
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org