So, summing up, the preferred way of working with complex projects involving several artifacts is having different projects (or subdirectories under the main project directory) containing all the stuff for that artifact (with the whole hierarchy of sources replicated along them), integrate them all using reactor and dependencies and use ant only for small tasks not covered by maven itself.
Just another question... what happens in this environment with documentation? I mean, will you have different javadocs, source code metrics, etc for each artifact, or can you integrate them in a single documentation set? And about cvs, do you have different cvs modules for the different artifacts or are they simply subdirectories under the same module?
Regards Jose
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
