I have directory called 'maventest' which contains a 'pom.xml' file. The exact location is:
C:\CIA-LDM-Branches-rc\LDMRC160\tools\maventest\pom.xml
Now I want to write an ant build file which will change into above directory and run the mvn command:
mvn dependency:copy-dependencies
Can any one please provide me the code for this.