I have a java program which takes an input-file and output-file as parameters. I need to run this for a set of files in a directory.
How can I best achieve this with Maven? I have looked at the Exec Maven plugin and as per http://mojo.codehaus.org/exec-maven-plugin/usage.html I can use this to run once. How do I use Maven to run this multiple times for all the files in a directory? I have googled but cant find any info on how to do this, apart from some posts about using Jelly, but this seems to be no longer supported in the latest Maven version. Help appreciated. Cheers, Menno -- View this message in context: http://www.nabble.com/How-to-run-Exec-Maven-plugin-for-each-file-in-a-directory--tp23722927p23722927.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
