On Sat, 5 Feb 2022 at 08:19, Stefan Bodewig <bode...@apache.org> wrote:
> I must admit that I never tried to use things with Ivy at all. When I > run tests I do so with several -lib arguments (and always need to figure > out what is required as I don't do it often enough). > > If you figured things out it would probably be a good idea to update the > common build structure as needed. > The basic structure for using Ivy with different tasks is set in Ant's check.xml Watch out for Ant plugins that forget to put ant dependency in optional (aka "compile only") scope when using POMs, though. Gintas