One test case to try (or maybe just document) is how to handle subprojects that are not built with maven. For example, say you have the source to a third party library, but that library is built with Ant, not maven. You include this code as a subproject. What should you do? How will Reactor handle this? What is the best practice here?
(I think the answer is that you have to build a "shell" maven.xml for the subproject that invokes the ant script, but I'm not sure.) Wordman -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
