RE: executing scripts from Maven

2005-01-24 Thread Eric Pugh
Because Maven supports Ant, you just use the Ant task. Here is an example of calling netsvc.exe on windows: Eric -Original Message- From: Tate Austin [mailto:[EMAIL PROTECTED] Sent: Monday, January 24, 2005 10:13 AM To: users@maven.apache.or

RE: executing scripts from Maven

2005-01-24 Thread Russ Jubenville
Not sure if Maven has a plugin for this (I'm sure someone else will step in with the proper Maven approach), but you can certainly run them via Ant tags in your maven scripts. Here's an example from a Windows environment: ... ...