Hi, I have a top-level project.xml with some basic config data, and I have a top-level maven.xml that uses the Reactor (by the way, the way "the Reactor" is referred to in the docs makes it sound like it must be a separate executable) to call all project.xml files in directories one level down from the top-level dir.
How do I control the order in which the projects are built? Or how do I declare my projects in such a way as to make Maven figure them out correctly and dynamically? How does Maven figure out the order? Maybe I'm doing the wrong thing. I could define the dependency order in the maven.xml as an alternative, but it would seem like I'm missing something key about how Maven works if I do that. Thank you, Scott Stirling Framingham, MA --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
