you can add a build defintion to you current project that do this.
mvn scm:bootstrap -Dgoals="-B,release:prepare,release:perform"
schedule it to somewhere in far future and run it ( one click) later
never try it thou ;-)
-D
On 7/21/06, Baron.Reznik@fastmobile.com <Baron.Reznik@fastmobile.com> wrote:
>
> I was wondering if anyone has developed any best practices for performing
> a release with maven when using continuum? To cut things down to the basics,
> seems you pretty much have to:
>
> 1. Stop continuum
> 2. Perform the release (including deployment of jars to repository)
> 3. Restart continuum
>
> Is this pretty much what everyone else is doing, or have other people
> found better ways of managing releases in a continuous integration
> environment.
>
> Thanks,
> Baron
>
|