We have a number of projects that are built from a single POM file that contains a much of <modules>. To build the project I just enter "mvn goal" and whatever goal is specified is applied to each project.
However, the scm plugin does not seem to work this way. When I enter "mvn scm:update", only the current project is updated. None of the project in the "<modules>" element are updated. Is this they way the plugin is intended to work? Is there a way to update all the subprojects with a single mvn scm:update command? -- View this message in context: http://www.nabble.com/Problems-with-SCM%3AUPDATE-on-linux-with-Subversion.-tp19112563p19205718.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]
