Thanks, but I am already familiar with and have taken the steps you have outlined. I was looking for information about how to actually run Maven from the NetBeans IDE, like I am able to execute an Ant script. I was thinking that since Ant and Maven are so close that maybe there was a way to invoke Maven from NB, like I can with Ant.
Thanks. --- Paul Spencer <[EMAIL PROTECTED]> wrote: > 1) You have to manually add the dependencies. > > 2) Mount the source directory, use the Mount -> > Version Controlled -> CVS > > 3) Mount the target directory, use the Mount -> > Local Directory > > 4) Mount the test source directory, use the Mount -> > Version Controlled > -> CVS > > 5) Mount the test target directory, use the Mount -> > Local Directory > > 6) Set the "target file system" for to the > appropriate file systems. > Use Tools -> Options > Building -> Compiler types > Set "target" for each java compiler > type to the filesystem > defined in step 3. > Testing -> JUnit Module Settings > Set "File system for test" to the > filesystem defined in step > 4 > > I am not aware of a "NetBeans" plugin. I use > NetBeans primarily as the > editor and debugger. Maven is the build tool, web > site builder, > distribution tool, ... (Thing that Maven does best) > > Although this in not complete. I hope it helps. > > Paul Spencer > > [EMAIL PROTECTED] wrote: > > I would like to use Maven 1.0-beta-9, but I am not > > sure how to setup Maven under NetBeans 3.5. Does > > NetBeans 3.5 support Maven? Is there a way to > > configure Maven with NetBeans 3.5? > > > > TIA. > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > SBC Yahoo! DSL - Now only $29.95 per month! > > http://sbc.yahoo.com > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
