Re: If anyone ever wanted to download a bunch of deps specified in a Maven POM for an Ant build

2017-06-11 Thread Paul Hammant
cies-mojo.html > > Le dim. 11 juin 2017 20:53, Paul Hammant a écrit : > > > If your 'current directory' is a Maven checkout, I have a Python script > > that will download the dependencies into a libs/ folder. Well, > > libs/compile/ libs/test/ etc - one subfolde

If anyone ever wanted to download a bunch of deps specified in a Maven POM for an Ant build

2017-06-11 Thread Paul Hammant
If your 'current directory' is a Maven checkout, I have a Python script that will download the dependencies into a libs/ folder. Well, libs/compile/ libs/test/ etc - one subfolder per scope. See here: https://github.com/paul-hammant/spring-jetty-integrationtest-ant-example/blob/master/m