Re: LATEST and RELEASE release version management

2009-04-08 Thread Tim
gt;> I currently have never use them because they aren't repeatable. >>> >>> >>> >>> From: Hayes, Peter [mailto:peter.ha...@fmr.com] >>> Sent: Monday, April 06, 2009 12:12 PM >>> To: Maven Users List >>> Subject: RE: LATEST and R

RE: LATEST and RELEASE release version management

2009-04-08 Thread Hayes, Peter
From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Sent: Wednesday, April 08, 2009 3:16 AM To: Maven Users List Cc: Maven Users List Subject: Re: LATEST and RELEASE release version management sounds like you want version ranges [1.0,2.0-!) Sent from my [rhymes with myPod] ;-) On 8 Apr

Re: LATEST and RELEASE release version management

2009-04-08 Thread Stephen Connolly
.ha...@fmr.com] Sent: Monday, April 06, 2009 12:12 PM To: Maven Users List Subject: RE: LATEST and RELEASE release version management Graham Leggett wrote: Having said that, it makes no sense to have the release plugin care about LATEST, because by definition, building against LATEST isn't

Re: LATEST and RELEASE release version management

2009-04-07 Thread Tim
validation build and tag is the only sane way to use them. > I currently have never use them because they aren't repeatable. > > > > From: Hayes, Peter [mailto:peter.ha...@fmr.com] > Sent: Monday, April 06, 2009 12:12 PM > To: Maven Users List > Subject: RE: LATEST and

RE: LATEST and RELEASE release version management

2009-04-06 Thread Brian E. Fox
PM To: Maven Users List Subject: RE: LATEST and RELEASE release version management Graham Leggett wrote: >Having said that, it makes no sense to have the release plugin care >about LATEST, because by definition, building against LATEST isn't >repeatable, and in order for there to be

Re: LATEST and RELEASE release version management

2009-04-06 Thread Stephen Connolly
If you are prepared to run maven multiple times as part of your CI build you could achieve some of what you are looking for with the versions-maven-plugin. step 1. use versions-maven-plugin to update the pom to the latest releases of all dependencies step 2. use maven-scm-plugin to commit the modi

RE: LATEST and RELEASE release version management

2009-04-06 Thread Hayes, Peter
rtf1uqccPrltQ.rtf Description: RTF file smime.p7s Description: S/MIME cryptographic signature

Re: LATEST and RELEASE release version management

2009-04-06 Thread Graham Leggett
Hayes, Peter wrote: > We use Maven in an enterprise environment and internally we are required > to execute "release" builds whenever we want to install to our testing > environment. We have found that executing many release builds can be > tedious when we have in-development snapshot dependencie