How would you execute ant tasks at different phases in a maven build cycle?
I used this in the build/plugins section
maven-antrun-plugin clean clean run compile compile run package package run