On 5/26/07, Bob Aiello <[EMAIL PROTECTED]> wrote:
Can Maven 2 be built and run on cygwin as a Unix application? (in other words I am not building it as a Windows app...
Maven 2 is a Java app, so you don't need to rebuild it to run it under Cygwin. I typically unzip the Maven distribution and set M2_HOME (with %M2_HOME%/bin in my PATH) and then it works fine either in Cygwin or at a command prompt. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
