You will run into problems having non-SNAPSHOT versions... You do know that Maven will refuse to re-deploy non-SNAPSHOT versions... and it refuses silently... so any changes to a non-SNAPSHOT module will not actually be picked up by any build on another machine...
or to put it another way: "Danger! Will Robinson! Danger!" 2008/12/9 <[EMAIL PROTECTED]> > Hi, > I have a multi module project that I want to make a release for. > Some of the modules changes frequently and they are marked as SNAPSHOTS. > Some modules are very stable and have a fixed version. > I run maven 2 release plug-in 2.0-beta-7 with the --batch-mode > parameter. > The problem is that the stable modules will also have there version > upgraded. > Is there any way to tell the plug-in to only change version for SNAPSHOT > modules? > /Gunnar > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
