Concerning Argument 1: If you can't get them to see the value then you may want to use an incremental approach. This will involve more work on the front end for you though...
Instead of changing the structure of their source, you can create a maven/ant script that will download the source and place it into your current directory (on Windows it might be c:\myMavenArea) into a directory structure that maven likes( c:\myMavenArea\projectName\src\main\java\com... ) . Then perform the build as you normally would with maven. That way, you can create the build and show them the value of using Maven without changing any or their source or their existing ant scripts. If you want, you could then hold a "lunch time learning" session about Maven and show them the massive and complex current ANT scripts compared to the comparitivley small Maven script as well as the other nice project management features you get for free using the maven plugins... Colin Chalmers <[EMAIL PROTECTED]> wrote on 08/24/2005 12:18:25 PM: > > 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 Eclipse. How do others deal with this? By working with > different sub-projects in IDE or checking out all into one self-made > project (within IDE)? > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
