RE: convincing Workplace to use Maven

2007-10-02 Thread Marziou, Gael
Depending on which technology stack you are using you may have hard time to sell this migration, especially if you're building J2EE apps mixing EJBs and webapps deployed on a commercial platform. Make sure you don't propose only a tool (maven) but rather a full development environment with a

Re: convincing Workplace to use Maven

2007-09-30 Thread Daniele De Francesco
Ok, then that of convincing colleagues, chiefs etc. to switch to maven seems a recurring challenge developers have to face here in Italy. I use maven since 2004 (or was 2003, anyway...) , I think that maven is a great step ahead in code building, integrating,testing, in developing a project

Re: convincing Workplace to use Maven

2007-09-30 Thread Tony Ambrozie
This is not a comparison to other options, but from my perspective I would say standardization of code artifacts and structure, advanced dependency management, descriptive vs. programmatic builds, enforcement of enterprise conventions through super pom's, rich plugin ecosystem, project site that

RE: convincing Workplace to use Maven

2007-09-30 Thread Lewandowski, Eric
Hi, Does your IDE manage third-party dependencies ? Maven do it ! I worked on my project using Jdeveloper and Ant few years ago. All people think they used a particular version of commons-lang. But commons-lang was added twice in the project... with of course two different versions. Why ? Just

Re: convincing Workplace to use Maven

2007-09-30 Thread Stefan Reuter
Hi, well it really depends on to whom you want to sell it. Some ideas: - easy to generate IDE project files (or use native IDE import/sync with IDEA 7): estimate the time to setup the environment for a new developer in the current setup vs. mvn eclipse:eclipse - don't reinvent the wheel: count