This guide shows how to generate project files for Eclipse from the maven POMs. This should be done whenever a new module is added.
Eclipse and maven aren't very good friends, so we ended up doing a lot of manual changes to our project files. Now when a new maven module is added, only .classpath needs to be updated. We have a script named classpath.sh that will update the .classpath file for you. Run it from the trunk directory like this:
$ sh extras/scripts/classpath.sh > .classpath
| Copyright ©
2007-2008
Vermont Department of Taxes
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". |