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