RE: release:auto-release

2006-04-23 Thread Mike Perham
t: Re: release:auto-release Dan, this sounds like the process we like to use too. Wayne On 4/21/06, dan tran <[EMAIL PROTECTED]> wrote: > Mike , the requirements for SCM are to tag (label) the entire soure > tree before the build for reproduciblity and QA uses the tag for their > is

Re: release:auto-release

2006-04-23 Thread Wayne Fay
--- > > From: dan tran [mailto:[EMAIL PROTECTED] > > Sent: Friday, April 21, 2006 9:33 AM > > To: Maven Developers List > > Subject: Re: release:auto-release > > > > Mike, at my work, each daily build must accompany a label. So cut the > > daily release is t

Re: release:auto-release

2006-04-21 Thread dan tran
just use the scm:tag goal at the end of your build? > > -Original Message- > From: dan tran [mailto:[EMAIL PROTECTED] > Sent: Friday, April 21, 2006 9:33 AM > To: Maven Developers List > Subject: Re: release:auto-release > > Mike, at my work, each daily build must accom

RE: release:auto-release

2006-04-21 Thread Mike Perham
21, 2006 9:33 AM To: Maven Developers List Subject: Re: release:auto-release Mike, at my work, each daily build must accompany a label. So cut the daily release is the way to go. I also work with another smaller project that adopting maven release process where daily build is from the snapshot

Re: release:auto-release

2006-04-21 Thread dan tran
> > -Original Message- > From: dan tran [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 20, 2006 11:39 PM > To: Maven Developers List > Subject: release:auto-release > > Hello all, > > At my work place, we have a requirement to do daily release using > mave

RE: release:auto-release

2006-04-21 Thread Mike Perham
Sent: Thursday, April 20, 2006 11:39 PM To: Maven Developers List Subject: release:auto-release Hello all, At my work place, we have a requirement to do daily release using maven-release-plugin. So I create a custom plugin to run both release:prepare and release:perform in one shot. If there are en

Re: release:auto-release

2006-04-20 Thread dan tran
Hi Brett, Since You are on it, please work on it, I will test it instead. Thanks, and glad to retire my custom plugin. -Dan On 4/20/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > Sounds good. > > I'm actually (finally!) working on the plugin, so I can work this in if > you'd like. If you alre

Re: release:auto-release

2006-04-20 Thread Brett Porter
Sounds good. I'm actually (finally!) working on the plugin, so I can work this in if you'd like. If you already have time to work on it now, let me know. I imagine this will be pretty straightforward. I'd call it release:release, and would expect it to behave just like release:prepare release:per

release:auto-release

2006-04-20 Thread dan tran
Hello all, At my work place, we have a requirement to do daily release using maven-release-plugin. So I create a custom plugin to run both release:prepare and release:perform in one shot. If there are enought interests, I can merge it into maven-release-plugin in a new mojo The mojo auto assign