Executing maven test with the ant run plugin--A Real experiance.
Few days back i got a unexpected result with using the maven ant run task with a patch i submitted for the unit tests for the SMS Transport(which is my GSoC project).So i thought it would be useful if i blog my experiance and how i solved that issue. So i'll start with my xml segment in the pom. <plugin> <groupid>org.apache.maven.plugins</groupid> <artifactid>maven-antrun-plugin</artifactid> <executions> <execution> <id>build-repo</id> <phase>test-compile</phase> <configuration> <tasks> <mkdir dir="target/test-resources/samples/conf"> <mkdir dir="target/test-resources/samples/repository/modules"> <mkdir dir="target/test-resources/samples/repository/services"> <mkdir dir="targ