Hi, I have a problem: I want to make a 'main' project made up of sub projects or component projects (following the excellent article by Charles Chan of IBM). I would like to record the dependencies of this main project on its component parts in the POM. If I do this, then I cannot build the main project as none of the component libraries are installed yet. But the whole point of this main project is to build and install its component parts (using reactor).
This is a real chicken-and-egg situation. The only way to break the cycle is to remove the dependencies, and if I do that, then my main project's POM doesn't reflect its component parts. Am I missing a point somewhere? Regards, Brendan. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
