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:

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

2012-01-10 Thread Stephen Connolly
On 10 January 2012 12:10, Barrie Treloar baerr...@gmail.com 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

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 stephen.alan.conno...@gmail.com wrote: On 10 January 2012 12:10, Barrie Treloar baerr...@gmail.com 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

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

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

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 br...@apache.org 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

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 br...@apache.org 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

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 br...@apache.org wrote: On 10/01/2012, at 9:38 AM, Barrie Treloar wrote: On Tue, Jan 10, 2012 at 9:00 AM, Brett Porter br...@apache.org wrote: To the best of my knowledge it is not automatic - you need to run mvn site-deploy from the site