Hi, I am trying to execute some existing ant build.xml files with maven 2. I am confuse if i should use antrun plugin ( http://maven.apache.org/plugins/maven-antrun-plugin/) or ant tasks ( http://maven.apache.org/ant-tasks.html)
Can someone help to explain? Thanks. A.
