Re: How to instruct Maven to run more than one script?

2008-05-10 Thread Jerome Lacoste
On Sat, May 3, 2008 at 2:20 AM, Tawfik, Sameh E [EMAIL PROTECTED] wrote: Hi, I've two Perl scripts, Before_Build.pl, and After_Build.pl that I need to run the first one before the build starts and the other one after the build is complete. So, what is the command line syntax to run a full

How to instruct Maven to run more than one script?

2008-05-02 Thread Tawfik, Sameh E
Hi, I've two Perl scripts, Before_Build.pl, and After_Build.pl that I need to run the first one before the build starts and the other one after the build is complete. So, what is the command line syntax to run a full build with the above requirements? I've the following code in my pom.xml: