2010/4/29 Partha Maitra <[email protected]>: > Thanks for your quick reply, but in order to run this I would have to use the > goal as "antrun:run" if I am not woring(as I am very new to Maven) , but I > need to run the ant command that will just copy 1property file from one > location to the source directory of the project when I give the command as > "mvn clean install"
If this property file is fixed, the best thing you can do is putting inside the default resource directory, i.e. src/main/resources. It will be automatically put in your build directory. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
