RE: Introducing Maven to developers

2005-08-24 Thread Litton, Tom - CEPM
We have done both of these with maven 1. 1. We use IDEA and import each sub-project as a module into one big IDEA project. We use the idea maven plugin to generate the module config files. This way the developers only have to import the modules they are interested in seeing. It's more

Re: Introducing Maven to developers

2005-08-24 Thread Lothar Märkle
On Wed, Aug 24, 2005 at 06:18:25PM +0200, Colin Chalmers wrote: 1. By splitting the project up into a number of small sub-projects it's going to make it more difficult for the developers to work on the code. Currently everything is in one CVS project which can easily be checked out using

RE: Introducing Maven to developers

2005-08-24 Thread Jeff Jensen
of the process. Then work on having Maven correctly build the distributables too, and ease into that as site is accepted. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 24, 2005 11:59 AM To: Maven Users List Subject: Re: Introducing Maven