Re: Release steps for http://maven.apache.org/index.html?

2012-01-10 Thread Barrie Treloar
On Wed, Jan 11, 2012 at 12:36 AM, Stephen Connolly
 wrote:
> On 10 January 2012 12:10, Barrie Treloar  wrote:
>>> I'll give it a go.
>>
>> I've done so.
>>
>> There appears to be a delay between the site:deploy and it becoming 
>> available.
>
> That's the site sync that is there for any site deploy... can take up
> to 24 hours to see the changes, unless you use the proxies trick where
> you can view the site in real time

Thanks, updated http://maven.apache.org/developers/index.html

>From what I can tell the main site doesn't need -Preporting so it's
not included in the instructions.

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



Re: Release steps for http://maven.apache.org/index.html?

2012-01-10 Thread Stephen Connolly
On 10 January 2012 12:10, Barrie Treloar  wrote:
>> I'll give it a go.
>
> I've done so.
>
> There appears to be a delay between the site:deploy and it becoming available.

That's the site sync that is there for any site deploy... can take up
to 24 hours to see the changes, unless you use the proxies trick where
you can view the site in real time

>
> A cursory glance seems to show I haven't broken anything...
>
> I'll add to the docs
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>

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



Re: Release steps for http://maven.apache.org/index.html?

2012-01-10 Thread Barrie Treloar
> I'll give it a go.

I've done so.

There appears to be a delay between the site:deploy and it becoming available.

A cursory glance seems to show I haven't broken anything...

I'll add to the docs

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



Re: Release steps for http://maven.apache.org/index.html?

2012-01-09 Thread Barrie Treloar
On Tue, Jan 10, 2012 at 9:27 AM, Brett Porter  wrote:
>
> On 10/01/2012, at 9:38 AM, Barrie Treloar wrote:
>
>> On Tue, Jan 10, 2012 at 9:00 AM, Brett Porter  wrote:
>>> To the best of my knowledge it is not automatic - you need to run "mvn 
>>> site-deploy" from the site checkout. My guess is someone else committed, 
>>> picked up your change, and pushed it.
>>
>> Where is this documented?
>> Here 
>> http://maven.apache.org/developers/website/deploy-maven-current-ref.html?
>
> Not quite - that's a subsection of the site for a Maven release.
>
> It may not be documented specifically - we tend not to write it down when it 
> is a "Maven standard process" :)

I just don't want to be the one that broke it :)

>>
>> I'm hesitant to follow those instructions since what I've change are
>> not specific to maven release documentation, but the common stuff.
>> e.g.
>> http://maven.apache.org/guides/development/guide-m2-development.html
>> http://maven.apache.org/developers/committer-environment.html
>>
>> Especially since I'm not convinced I have my environment setup
>> correctly yet too :)
>
> If "mvn site" generates a a well formed site (right skin, etc.), and "mvn 
> site-deploy" works, then you should be fine.

I'll give it a go.

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



Re: Release steps for http://maven.apache.org/index.html?

2012-01-09 Thread Brett Porter

On 10/01/2012, at 9:38 AM, Barrie Treloar wrote:

> On Tue, Jan 10, 2012 at 9:00 AM, Brett Porter  wrote:
>> To the best of my knowledge it is not automatic - you need to run "mvn 
>> site-deploy" from the site checkout. My guess is someone else committed, 
>> picked up your change, and pushed it.
> 
> Where is this documented?
> Here http://maven.apache.org/developers/website/deploy-maven-current-ref.html?

Not quite - that's a subsection of the site for a Maven release.

It may not be documented specifically - we tend not to write it down when it is 
a "Maven standard process" :)

> 
> I'm hesitant to follow those instructions since what I've change are
> not specific to maven release documentation, but the common stuff.
> e.g.
> http://maven.apache.org/guides/development/guide-m2-development.html
> http://maven.apache.org/developers/committer-environment.html
> 
> Especially since I'm not convinced I have my environment setup
> correctly yet too :)

If "mvn site" generates a a well formed site (right skin, etc.), and "mvn 
site-deploy" works, then you should be fine.

- Brett

--
Brett Porter
br...@apache.org
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter
http://twitter.com/brettporter






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



Re: Release steps for http://maven.apache.org/index.html?

2012-01-09 Thread Barrie Treloar
On Tue, Jan 10, 2012 at 9:00 AM, Brett Porter  wrote:
> To the best of my knowledge it is not automatic - you need to run "mvn 
> site-deploy" from the site checkout. My guess is someone else committed, 
> picked up your change, and pushed it.

Where is this documented?
Here http://maven.apache.org/developers/website/deploy-maven-current-ref.html?

I'm hesitant to follow those instructions since what I've change are
not specific to maven release documentation, but the common stuff.
e.g.
http://maven.apache.org/guides/development/guide-m2-development.html
http://maven.apache.org/developers/committer-environment.html

Especially since I'm not convinced I have my environment setup
correctly yet too :)

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



Re: Release steps for http://maven.apache.org/index.html?

2012-01-09 Thread Brett Porter
To the best of my knowledge it is not automatic - you need to run "mvn 
site-deploy" from the site checkout. My guess is someone else committed, picked 
up your change, and pushed it.

On 10/01/2012, at 9:24 AM, Barrie Treloar wrote:

> It's been a long time since I've looked at this bit, and since I've
> got a new laptop I'm re-reading the documentation on setting things up
> and finding some minor typos.
> Having fixed those, I'm trying to work out how to get them uploaded.
> 
> The docs at http://maven.apache.org/developers/index.html don't have a
> link (unless I'm missing it) on what to do to get the website pages
> updated.
> I vaguely recall that this happened automatically.
> Having just checked my change from yesterday, it has been updated.
> 
> So this then changes the question to - what is the deployment cycle,
> who does it (jenkins?) and should this be documented somewhere?
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
> 

--
Brett Porter
br...@apache.org
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter
http://twitter.com/brettporter






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



Release steps for http://maven.apache.org/index.html?

2012-01-09 Thread Barrie Treloar
It's been a long time since I've looked at this bit, and since I've
got a new laptop I'm re-reading the documentation on setting things up
and finding some minor typos.
Having fixed those, I'm trying to work out how to get them uploaded.

The docs at http://maven.apache.org/developers/index.html don't have a
link (unless I'm missing it) on what to do to get the website pages
updated.
I vaguely recall that this happened automatically.
Having just checked my change from yesterday, it has been updated.

So this then changes the question to - what is the deployment cycle,
who does it (jenkins?) and should this be documented somewhere?

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