> -----Original Message----- > From: Stefan Bodewig [mailto:[email protected]] > Sent: Sunday, 14 August 2011 12:29 AM > To: [email protected] > Subject: Re: Need Help with Maven Plugin > > On 2011-08-13, Gavin McDonald wrote: > > > Remember that ci.apache.org is great for building the site within a > > few minutes of your commits and is therefore a great staging/preview > > tool, but one should then run mvn site-deploy locally to update the > > main website with these new improvements. > > I had deliberately not done that since much of what I have added only > applies to trunk and not to any released version of RAT. My plan was to > deploy the site after the 0.8 release.
Aha, of course, but then I see an issue. I had my own changes to the website and wanted to get them up right away. How can I mvn deploy on my changes whilst leaving your changes unpublished? I can't as far as I can tell. What we should have perhaps is like httpd project and others, an area for documentation of the current release; and an area where we can add docs for trunk. So anyone that plays with trunk can still have upto date docs but without infecting the main released docs with not yet available features etc? It would be then easy to move across the trunk docs to current at release time. At the same time it allows for me and others to do other website updates. Gav... > > > I have updated the docs on publishing our website at > > > http://incubator.apache.org/rat/site-publish.html > > > and I have published the site today so it should all be up to date > > with everyone's recent changes. > > OK, thanks > > The things that don't apply to 0.7 should have been marked in some way > anyway, so having the docs online won't hurt. > > Stefan
