Thanks Stephen. It looks like this feature isn't handled by Maven yet. These aren't parent-child projects, so it appears I have to remain doing it manually.
Paul On Thu, Dec 17, 2009 at 12:28 PM, Stephen Connolly <[email protected]> wrote: > http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html#commitByProject > > might be a property that "could" help > > 2009/12/17 Stephen Connolly <[email protected]> > >> depends on how your scm's are organised... >> >> 2009/12/17 Paul Benedict <[email protected]> >> >> My work situation is similar to what I learned about Eclipse. There's >>> a "release train" in which 10-20 projects -- with dependencies on each >>> other -- have to be versioned, built, and deployed. It's extremely >>> tedious manually do this in the console. Can Maven provide any >>> alleviation? Ideally, I would write a project (type pom) with all the >>> projects as dependencies that I want to batch release, and let the >>> Maven Release Plugin take care of things. >>> >>> Possible or a dream? >>> >>> Paul >>> >>> --------------------------------------------------------------------- >>> 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]
