RE: Purpose and Status of 'stage' Plugin

2008-09-24 Thread Harper, Brad
Would anyone happen to know the JIRA number for this issue? Thanks. -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2008 4:44 PM To: Maven Users List Subject: Re: Purpose and Status of 'stage' Plugin there already a JIRA

Re: Purpose and Status of 'stage' Plugin

2008-09-24 Thread Dan Tran
To: Maven Users List Subject: Re: Purpose and Status of 'stage' Plugin there already a JIRA for that. On Tue, Sep 23, 2008 at 2:34 PM, Harper, Brad [EMAIL PROTECTED] wrote: So it sounds like your 'staging' repo is for a semi-formal QA process, like what we call User Acceptance Test [UAT

Re: Purpose and Status of 'stage' Plugin

2008-09-23 Thread Wayne Fay
(As I understand it...) Before the Maven dev team pushes builds out to the general public, they get pushed to a staging repo where they can be fully tested. Once the tests are complete, the files need to be pushed from the staging repo to the real public repo. This plugin makes the process easier

RE: Purpose and Status of 'stage' Plugin

2008-09-23 Thread Martin Gainty
doesnt appear to work (properly) Note: Although it looks like we are only copying version 2.0.3, we are in fact copying everything from the source URL to the target. This is due to a bug and will change in the future. for now i would suggest using plain cp / (remote)rcp / (secure)scp Martin

Re: Purpose and Status of 'stage' Plugin

2008-09-23 Thread Dan Tran
At my company, at release time ( ie after we beat the heck out of snapshot build), we cut a release, but deploy to a staging repo. Then more ppl will test it. if approve, we use stage plugin to move the entire staging repo to a officially one. if not approve, we yank the staging repo, do some fix

RE: Purpose and Status of 'stage' Plugin

2008-09-23 Thread Harper, Brad
Users List Subject: Re: Purpose and Status of 'stage' Plugin At my company, at release time ( ie after we beat the heck out of snapshot build), we cut a release, but deploy to a staging repo. Then more ppl will test it. if approve, we use stage plugin to move the entire staging repo

Re: Purpose and Status of 'stage' Plugin

2008-09-23 Thread Dan Tran
-Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2008 3:54 PM To: Maven Users List Subject: Re: Purpose and Status of 'stage' Plugin At my company, at release time ( ie after we beat the heck out of snapshot build), we cut a release, but deploy

Re: Purpose and Status of 'stage' Plugin

2008-09-23 Thread Dan Tran
List Subject: Re: Purpose and Status of 'stage' Plugin At my company, at release time ( ie after we beat the heck out of snapshot build), we cut a release, but deploy to a staging repo. Then more ppl will test it. if approve, we use stage plugin to move the entire staging repo

RE: Purpose and Status of 'stage' Plugin

2008-09-23 Thread Harper, Brad
lugin/ Thanks, I'll see if I can't build from source locally. Brad -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2008 4:45 PM To: Maven Users List Subject: Re: Purpose and Status of 'stage' Plugin [EMAIL PROTECTED] also has a maven-wagon