On Mar 30, 2010, at 10:14 AM, Jake Mannix wrote: > Awesome, thanks guys. > > Doesn't Maven do this kind of thing for us, if we tell it to? > > (ie can't we also have daily updates of the 0.4-SNAPSHOT javadocs > automagically posted up there too?)
Yeah, we could. We do have to be careful about publishing SNAPSHOT docs. They have to be clearly labeled as development and likely listed as a dev. resource and not something that is officially released. FWIW, in Lucene, we use Hudson to do these things. We're probably to the point now that we could start doing a nightly on Hudson if we aren't already.