Sorry for reviewing this so late - but did you see my previous email? Did mvn site -Preporting not work for you?
It already had more code information than this command generates (in temrs of java docs, code coverage etc) - Cassie On Wed, Jul 23, 2008 at 2:23 AM, <[EMAIL PROTECTED]> wrote: > Author: ieb > Date: Wed Jul 23 02:23:29 2008 > New Revision: 679043 > > URL: http://svn.apache.org/viewvc?rev=679043&view=rev > Log: > SHINDIG-468 > > Added some documentation on how to build a site for reports. > > Modified: > incubator/shindig/trunk/BUILD-JAVA > > Modified: incubator/shindig/trunk/BUILD-JAVA > URL: > http://svn.apache.org/viewvc/incubator/shindig/trunk/BUILD-JAVA?rev=679043&r1=679042&r2=679043&view=diff > > ============================================================================== > --- incubator/shindig/trunk/BUILD-JAVA (original) > +++ incubator/shindig/trunk/BUILD-JAVA Wed Jul 23 02:23:29 2008 > @@ -77,6 +77,21 @@ > To remove all eclipse-related metatdata from your shindig source tree, > run: > > mvn eclipse:clean > + > +Building a Maven Site with Reports > +---------------------------------- > + > +To build a Maven based site with reports > + > +Run: > + mvn clean install site:site site:deploy > -Dsite.localurl=file:///Users/ieb/public_html/shindig > -Dproject.url=/~ieb/shindig > + > +Where > + file:///Users/ieb/public_html/shindig is the final directory where you > want to deploy the site to > + /~ieb/shindig is absolute site URL where you want the site to be > hosted from. > + > + > + > > For more information, see > http://incubator.apache.org/projects/shindig.html > > > >

