= Platform Deployment Build Ant = To integrate Ant with Maven you have to use maven-antrun-plugin, so you just have to add the following section in your pom.xml file of the parent project: org.apache.maven.plugins maven-antrun-plugin compile Copy Resources run As you can see in tasks section you can add any task you want. This is the same as target section in build.xml ant file.[[BR]] Good tutorial to get into Apache Ant: http://supportweb.cs.bham.ac.uk/docs/tutorials/docsystem/build/tutorials/ant/ant.html