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
---
> > 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
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
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
>
> -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
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
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
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
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