> > > Everything else (build, run, jar:install, tests) is > > > run with 'maven xyz' from command line, it's easier to manage. > > > > Can you explain how com it may be easier to manage? In my > opinion it > > is just inconvenient. Imagine working this way with ant, which is > > tightly incorporated into Eclipse JDT. <snip> > > Running Maven from the command line is the ONE TRUE TEST that > the project builds and deploys properly. (We deploy locally > and to centralized dev servers.) > > Wayne
At my company we use Wayne's approach. If you want to develop in Eclipse just have Maven create the appropriate files. But our continuous integration server (running CruiseControl) runs Maven. This has worked well for us. I think it helps keep everyone's settings uniform. It also means we are not tied to one IDE (though I think everyone here uses Eclipse). -- Daniel Siegmann FJA-US, Inc. (212) 840-2618 ext. 139 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
