You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Arnaud HERITIER <ah...@gmail.com> on 2009/06/13 14:56:53 UTC

Re: Releasing: Step 11: Deploy the current website same as Step 7: Stage the latest documentation ?

It's what I do. I log on people.apache.org, I remove the old site and copy
the new one
Arnaud

On Sat, Jun 13, 2009 at 2:49 PM, Barrie Treloar <ba...@gmail.com> wrote:

> 11. Deploy the current website
>
> Note: Be sure to generate and deploy the site using the same version
> of the release. Typically, you need to check out the tag (or go to
> target/checkout)
>
> cd target\checkout
> mvn site-deploy -Preporting
>
> 7. Stage the latest documentation
>
> The plugin parent POM is configured to stage the documentation in a
> "versioned" directory such as /plugins/maven-XXX-plugin-Y.Z.
>
>   1. Stage the documentation for the current release version (not the
> new snapshot).
>
>      cd target/checkout
>      mvn site:stage-deploy -Preporting
>
> But isn't the output of these the same content?
> So instead of re-running this couldn't I just copy the already
> deployed version in /www/maven.apache.org/plugins/maven-XXX-plugin-Y.Z
> to /www/maven.apache.org/plugins/maven-XXX-plugin ?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>