Re: How to execute a script in maven2 ?

2008-06-05 Thread Kristian Rink
Nicolas; Am Thu, 5 Jun 2008 07:20:04 -0700 (PDT) schrieb nicolas.duminil [EMAIL PROTECTED]: I need to execute a script (bat, cmd, sh, etc.) in maven and I don't find anything. I can execute a Java app but don't know how to launch a .bat file. Please help. I am doing things like that using

How to execute a script in maven2 ?

2008-06-05 Thread nicolas.duminil
Greetings, I need to execute a script (bat, cmd, sh, etc.) in maven and I don't find anything. I can execute a Java app but don't know how to launch a .bat file. Please help. Kind regards, Nicolas -- View this message in context:

Re: How to execute a script in maven2 ?

2008-06-05 Thread Upul Godage
This shows how to execute a script file in a maven phase using Ant scripting. See the sample. http://maven.apache.org/guides/mini/guide-using-ant.html Upul On Thu, Jun 5, 2008 at 7:50 PM, nicolas.duminil [EMAIL PROTECTED] wrote: Greetings, I need to execute a script (bat, cmd, sh, etc.) in