Hi, I have a project that defines a number of modules. Each module's pom references a different scm location.
When I run "mvn scm:checkout install" against the aggregating pom (the one defining the modules), the "scm:checkout" doesn't propagate to the modules, so when the "install" is executed on the modules, maven cannot find any source files to compile. What am I doing wrong? Thanks. -- View this message in context: http://www.nabble.com/scm%3Acheckout-and-modules-problem-tf4761089s177.html#a13616044 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
