You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Benson Margulies <bi...@gmail.com> on 2014/09/17 13:32:43 UTC

site publication doc

One of three things is confused:

1. http://maven.apache.org/developers/website/deploy-component-reference-documentation.html
2. me
3. some prior publication of maven-scm

The live content for scm was and is sitting at:

   https://svn.apache.org/repos/infra/websites/production/maven/content/scm/

So, if xxx- below is scm-, what's yyy? In the first command, it's also
'scm'. In the second command, it is nothing. Is this something special
about scm or what?


SVNPUBSUB=https://svn.apache.org/repos/infra/websites/production/maven/content

svn cp $SVNPUBSUB/xxx-archives/yyy-LATEST
$SVNPUBSUB/xxx-archives/yyy-$version -m "Archive versioned site."

svn rm $SVNPUBSUB/xxx/yyy -m "Remove old site."
svn cp $SVNPUBSUB/xxx-archives/yyy-$version $SVNPUBSUB/xxx/yyy -m
"Publish new site."

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: site publication doc

Posted by Stephen Connolly <st...@gmail.com>.
I think you mean "At least one of three things is confused" as otherwise
you are implying that two things are not confused.

On 17 September 2014 12:32, Benson Margulies <bi...@gmail.com> wrote:

> One of three things is confused:
>
> 1.
> http://maven.apache.org/developers/website/deploy-component-reference-documentation.html
> 2. me
> 3. some prior publication of maven-scm
>
> The live content for scm was and is sitting at:
>
>
> https://svn.apache.org/repos/infra/websites/production/maven/content/scm/
>
> So, if xxx- below is scm-, what's yyy? In the first command, it's also
> 'scm'. In the second command, it is nothing. Is this something special
> about scm or what?
>
>
> SVNPUBSUB=
> https://svn.apache.org/repos/infra/websites/production/maven/content
>
> svn cp $SVNPUBSUB/xxx-archives/yyy-LATEST
> $SVNPUBSUB/xxx-archives/yyy-$version -m "Archive versioned site."
>
> svn rm $SVNPUBSUB/xxx/yyy -m "Remove old site."
> svn cp $SVNPUBSUB/xxx-archives/yyy-$version $SVNPUBSUB/xxx/yyy -m
> "Publish new site."
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>