Re: shared: maven-artifact-transfer

2016-10-09 Thread Robert Scholte
Hi Karl Heinz, The VersionRangeResolver is an interface for which Maven has a default implementation. Since maven-transfer-utils depends on Maven 3.0, there's the org.apache.maven.repository.internal.DefaultVersionRangeResolver which implements the Sonatype version of VersionRangeResolver.

Re: shared: maven-artifact-transfer

2016-10-09 Thread Karl Heinz Marbaise
Hi, I'm trying to continue to write tests for the component, but at the momemt it seemed to me that I oversight something...(I'm blockhead at the moment) The pom of the component: https://gist.github.com/khmarbaise/2ed49e791bab6a374b7862691dbfd7b5 and the output if i try to run: mvn clea

Re: shared: maven-artifact-transfer

2016-09-24 Thread Robert Scholte
On Sat, 24 Sep 2016 11:15:41 +0200, Karl Heinz Marbaise wrote: Hi, So I'm trying to write more tests on the component...in particular for the new parts like ProjectInstaller etc. I started with ProjectInstaller...(Created gist for that: https://gist.github.com/khmarbaise/1ed421983480e3

Re: shared: maven-artifact-transfer

2016-09-24 Thread Karl Heinz Marbaise
Hi, So I'm trying to write more tests on the component...in particular for the new parts like ProjectInstaller etc. I started with ProjectInstaller...(Created gist for that: https://gist.github.com/khmarbaise/1ed421983480e3fef624bf6c8f4844b6). If I try to run that I'm getting always errors l

Re: shared: maven-artifact-transfer

2016-09-10 Thread Robert Scholte
On Sat, 10 Sep 2016 17:15:49 +0200, Karl Heinz Marbaise wrote: Hi Robert, On 10/09/16 16:54, Robert Scholte wrote: Hi Karl Heinz, when looking at Aether it is not aware of a MavenProject. Instead it is transferring Files. Yes I know.. My idea was to have a thin layer on top op (Sonatyp

Re: shared: maven-artifact-transfer

2016-09-10 Thread Karl Heinz Marbaise
Hi Robert, On 10/09/16 16:54, Robert Scholte wrote: Hi Karl Heinz, when looking at Aether it is not aware of a MavenProject. Instead it is transferring Files. Yes I know.. My idea was to have a thin layer on top op (Sonatype/Eclipse) Aether and to avoid too much Maven Core mixin. Yes I ha

Re: shared: maven-artifact-transfer

2016-09-10 Thread Robert Scholte
Hi Karl Heinz, when looking at Aether it is not aware of a MavenProject. Instead it is transferring Files. My idea was to have a thin layer on top op (Sonatype/Eclipse) Aether and to avoid too much Maven Core mixin. But it did cross my mind to use the MavenProject as the entity instead of F

shared: maven-artifact-transfer

2016-09-10 Thread Karl Heinz Marbaise
Hi, so after using the maven-artifact-transfer a time I have realized there seemed to be some lack of funcionality from my point of view... My extension[1] will deploy all projects at the end of the session and I had to write down a lot of code to deploy a project...the same meaning for inst