Re: Problem with site:deploy

2005-06-06 Thread Felipe Leme
On Mon, 2005-06-06 at 13:35 +1000, Brett Porter wrote: > Isn't that how the instructions are? > > plugin:repository-deploy,site:deploy,site:publish No, the site only says: Produce a clean build using maven -Dmaven.repo.list=apache scm:perform- release. When prompted for the tag, enter the one us

Re: Problem with site:deploy

2005-06-05 Thread Brett Porter
Isn't that how the instructions are? plugin:repository-deploy,site:deploy,site:publish - Brett Felipe Leme wrote: On Mon, 2005-06-06 at 13:24 +1000, Brett Porter wrote: That's not the standard way to do things... site:publish is meant to push it live from staging, so that both sites are

Re: Problem with site:deploy

2005-06-05 Thread Felipe Leme
On Mon, 2005-06-06 at 13:24 +1000, Brett Porter wrote: > That's not the standard way to do things... site:publish is meant to > push it live from staging, so that both sites are updated. So, how should we do the releases then? I mean the maven plugins project, not a generic project using maven..

Re: Problem with site:deploy

2005-06-05 Thread Brett Porter
Felipe Leme wrote: On Mon, 2005-06-06 at 13:00 +1000, Brett Porter wrote: http://maven.apache.org/developers/making-releases.html Shouldn't this property/procedure be described there? No, they are only a workaround because of permission issues. Like I said, I think it -did- work

Re: Problem with site:deploy

2005-06-05 Thread Felipe Leme
On Mon, 2005-06-06 at 13:00 +1000, Brett Porter wrote: > >http://maven.apache.org/developers/making-releases.html > > > >Shouldn't this property/procedure be described there? > > > > > No, they are only a workaround because of permission issues. Like I > said, I think it -did- work the first ti

Re: Problem with site:deploy

2005-06-05 Thread Brett Porter
Felipe Leme wrote: On Mon, 2005-06-06 at 11:54 +1000, Brett Porter wrote: As before, you can use -Dmaven.site.deploy.live=true to push directly Hmm, I followed these instructions: http://maven.apache.org/developers/making-releases.html Shouldn't this property/procedure be described

Re: Problem with site:deploy

2005-06-05 Thread Felipe Leme
On Mon, 2005-06-06 at 11:54 +1000, Brett Porter wrote: > As before, you can use -Dmaven.site.deploy.live=true to push directly Hmm, I followed these instructions: http://maven.apache.org/developers/making-releases.html Shouldn't this property/procedure be described there? > You can probably ch

Re: Problem with site:deploy

2005-06-05 Thread Brett Porter
As before, you can use -Dmaven.site.deploy.live=true to push directly live, and use -Dmaven.site.deploy.method=ssh to avoid rsync. You can probably change the rsync option so it doesn't complain, but I'm pretty sure the command below actually worked. - Brett Felipe Leme wrote: Brett, I go

Problem with site:deploy (was: Re: [vote] release gump, scm plugins)

2005-06-05 Thread Felipe Leme
Brett, I got the same issues when I released ear 1.7. Actually, the SCM plugin per se seems to be fine, the problem is on the site plugin that try to deploy the site at www.apache.org/home/brett/public_html/maven-stage- site/, which are the values set by maven.site.stage.address and maven.site.sta