Hello, I have a maven project that builds Java jar files. I wan to run a python script as one of the goals in the verify phase. I am planning to use the ant run plugin for running the python script. The python script is stored in a separate repository that I would like to copy to my project root folder using maven. Is this possible? What's the best way to approach this?
Thanks!
