[GitHub] maven-wagon issue #27: Support external downloader for downloading files

2016-12-23 Thread soiff
Github user soiff commented on the issue: https://github.com/apache/maven-wagon/pull/27 Actually, `axel` is based on `c` programing language and do really failfast I think. Of course this is not a problem that always happen, which means it would be narrowly needed. After all

[GitHub] maven-wagon pull request #27: Support external downloader for downloading fi...

2016-12-23 Thread soiff
Github user soiff closed the pull request at: https://github.com/apache/maven-wagon/pull/27 --- 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

[GitHub] maven-wagon issue #27: Support external downloader for downloading files

2016-12-22 Thread soiff
Github user soiff commented on the issue: https://github.com/apache/maven-wagon/pull/27 Yes, you are right. There are no PRs to make it bullet-proof. I've encountered this problem several days ago and I tried this new patch, which solved my problem and it works fine. In my m

[GitHub] maven-wagon issue #27: Support external downloader for downloading files

2016-12-21 Thread soiff
Github user soiff commented on the issue: https://github.com/apache/maven-wagon/pull/27 It's not enough for unstable network connections and shows not enough log about downloadings, suppose we are behind the GFW. By the way, support external downloaders make wagon itself

[GitHub] maven-scm pull request #52: add --chache option for git rm

2016-09-10 Thread soiff
GitHub user soiff opened a pull request: https://github.com/apache/maven-scm/pull/52 add --chache option for git rm For newer git release, command `git rm` will remove files definitely and it's not possible to add it again by command `git add`. In this scenario, option `--

[GitHub] maven-wagon issue #27: V2.10 rc

2016-07-29 Thread soiff
Github user soiff commented on the issue: https://github.com/apache/maven-wagon/pull/27 add default filter --- 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

[GitHub] maven-wagon pull request #27: V2.10 rc

2016-07-29 Thread soiff
GitHub user soiff opened a pull request: https://github.com/apache/maven-wagon/pull/27 V2.10 rc add extension for external downloader by specifying following properties: ``` external.loader=axel external.filter=.*\\.jar external.state=.st ``` which

[GitHub] maven-wagon pull request #26: V2.10 rc

2016-07-29 Thread soiff
Github user soiff closed the pull request at: https://github.com/apache/maven-wagon/pull/26 --- 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

[GitHub] maven-wagon pull request #26: V2.10 rc

2016-07-29 Thread soiff
GitHub user soiff opened a pull request: https://github.com/apache/maven-wagon/pull/26 V2.10 rc add extension for external downloader by specifying following properties: ``` external.loader=axel external.filter=.*\\.jar external.state=.st ``` which

[GitHub] maven-wagon issue #25: add extension for external tool

2016-07-29 Thread soiff
Github user soiff commented on the issue: https://github.com/apache/maven-wagon/pull/25 fix defect in new source --- 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

[GitHub] maven-wagon pull request #25: add extension for external tool

2016-07-29 Thread soiff
Github user soiff closed the pull request at: https://github.com/apache/maven-wagon/pull/25 --- 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

[GitHub] maven-wagon pull request #25: add extension for external tool

2016-07-29 Thread soiff
GitHub user soiff opened a pull request: https://github.com/apache/maven-wagon/pull/25 add extension for external tool Add extension for external download tool such as axel. You can merge this pull request into a Git repository by running: $ git pull https://github.com/soiff