Re: Maven-Shared-IO vs. maven-artifact-transfer

2015-12-20 Thread Karl Heinz Marbaise
Hi Robert, On 12/20/15 2:23 PM, Robert Scholte wrote: Hi, DownloadManager seems to be for any URL, not just Artifact, so I don't see any issue here. Ah...thanks for the explanation... Mvnrepository.org[1] can give you an overview of projects using maven-shared-io. Ok..file-management and

Re: Maven-Shared-IO vs. maven-artifact-transfer

2015-12-20 Thread Robert Scholte
Hi, DownloadManager seems to be for any URL, not just Artifact, so I don't see any issue here. Mvnrepository.org[1] can give you an overview of projects using maven-shared-io. thanks, Robert [1] http://mvnrepository.org/artifact/org.apache.maven.shared/maven-shared-io/usages Op Sat, 1

Maven-Shared-IO vs. maven-artifact-transfer

2015-12-19 Thread Karl Heinz Marbaise
Hi, i've got a question concerning the part in maven-shared-io where things like: DefaultDownloadManager.java DownloadFailedException.java DownloadManager.java exist...I'm realively sure that those parts are handled or should be handled by maven-artifact-transfer ?... WDYT ? Furthermore cu