Thanks for the reply, Wayne. This isn't quite what I had in mind, but I've managed to rig my project groups in Continuum to accomplish my objective.
I guess this has turned into a feature request: When doing a maven build, there should be an option to "cascade" builds on all SNAPSHOT dependencies in the build dependency tree. Wayne Fay wrote: > > Set your project up with a single parent and various children > (<modules>), and then build your project from the top parent. This > will force all children to build etc as well. > > Wayne > > On 12/17/07, Doug Knesek <[EMAIL PROTECTED]> wrote: >> >> I would like to set up a set of maven builds that use the declared >> dependencies to cause the dependent projects to builds in correct order >> as >> defined by their dependencies. Also, it there are no changes for any of >> the >> projects, the build is skipped. >> >> Specifically, I want to set up a JEE project where all you have to do is >> rebuild the EAR module and then all SNAPSHOT dependencies that are not up >> to >> date (from a source code standpoint) will be automatically built as well. >> >> Is there a way to do this? >> >> Thanks. >> -- >> View this message in context: >> http://www.nabble.com/Ant-like-project-dependencies-tp14373960s177p14373960.html >> Sent from the Maven - Users mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Ant-like-project-dependencies-tp14373960s177p14423011.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
