For example, are people using a separate Eclipse Java project for each subproject, or a single Java project for the whole hierarchy?
The former is implied as the 'eclipse:eclipse' goal (run on the top level) generates .classpath and .project files for each subproject.
If I use a single Eclipse project for the whole lot, I then have the problems of:
a. merging the .classpath dependencies from each subproject into the top level .classpath
b. managing *many* source locations in the Build Path
Thanks - Aaron
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
