On Tue Jake Mannix <jake.man...@gmail.com> wrote: > (ie can't we also have daily updates of the 0.4-SNAPSHOT javadocs > automagically posted up there too?)
Yes - maven can do such a thing. I have configured a job on hudson to generate code reports for Mahout with maven - Javadocs are one part of these reports. Linked to from the code quality reports page: http://lucene.apache.org/mahout/quality.html Click on core - project reports - java doc for the following example: http://hudson.zones.apache.org/hudson/userContent/lucene-mahout/core-reports/apidocs/index.html Unfortunately I currently do not have the spare cycles to go there and look why the job broke lately. Anyone with more time than myself and a tiny little bit of maven knowledge would be more than welcome to help out. The link to the hudson job: http://hudson.zones.apache.org/hudson/job/MahoutQM/ I would argue against publishing Snapshot JavaDocs too close besides JavaDocs of official releases - it might trick users into thinking that the SNAPSHOT is an official release as well... Just my two cents - the community may feel otherwise. Isabel