I have been browsing the Jira tickets and noticed a few regarding the ant task. Here are the ones I am looking at:
https://liquibase.jira.com/browse/CORE-1672 - Split Liquibase into Liquibase-core and Liquibase-ant
https://liquibase.jira.com/browse/CORE-776 - Using ant tasks when called from another ant
I was wondering if you still want this tickets worked on. Specificly the one about splitting the ant tasks into its own module. If so I would be happy to tackle this. I have worked with custom ant tasks before. If you need a reference, you can look at my Github where I have my own ant task.
Also, I would also like to update the ant task to bring it up to a more moden version of Ant which will make a lot of things easier, hopefully reduce the code size, and allow me to write unit/integration tests.
Let me know if all of this sounds ok. I don’t want to do any work that you don’t find useful or needed.