On 6/20/07, kjohnston <[EMAIL PROTECTED]> wrote:
It looks like Maven lets you define dependencies. In a project with multiple modules - can you define dependencies between modules in the pom.xml for each module and then go to any module and build that module, including its dependencies?
If you build from the top, Maven will figure out the correct order to build the child modules based on their inter-dependencies. If you are down in a child module that depends on a sibling, it will look in your local repository for the dependency. (It will not go build the sibling module if it's missing.) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
