Re: Using Maven Resolver for BC tests

2018-01-03 Thread Enrico Olivelli
yes, this is just an example, and I have borrowed Arquillian stuff, but it is really easy to use directly Maven Resolver API, I am using it in production (but now I am at home in vacation, so I have not access to my work laptop) most interesting parts: - make it configurable to use local repo - ma

Re: Using Maven Resolver for BC tests

2018-01-03 Thread Ivan Kelly
Does the Maven resolver download missing dependencies? -Ivan On Wed, Jan 3, 2018 at 3:35 PM, Ivan Kelly wrote: > heh, look at what I just pushed to > https://github.com/apache/bookkeeper/pull/930 > > -Ivan > > On Wed, Jan 3, 2018 at 3:34 PM, Enrico Olivelli wrote: >> Hi, >> I wrote some lines

Re: Using Maven Resolver for BC tests

2018-01-03 Thread Ivan Kelly
heh, look at what I just pushed to https://github.com/apache/bookkeeper/pull/930 -Ivan On Wed, Jan 3, 2018 at 3:34 PM, Enrico Olivelli wrote: > Hi, > I wrote some lines of code in order to demonstrate my idea for BC tests. > > > The idea is: > - use Maven Resolver to download code > - create a C