Hi Ben, I think we should use the maven site and host it somewhere. If we have less info that is required to make the maven site useful, then we should add that info. Maven site is the javadocs of the new world!! Since, we say that our API is the platform and we suggest that it be used as a library for other projects, having a maven site is crucial!!
--- Regards, Saptarshi PURKAYASTHA My Tech Blog: http://sunnytalkstech.blogspot.com You Live by CHOICE, Not by CHANCE On 7 September 2011 17:15, Ben Wolfe <[email protected]> wrote: > If you check the svn history I think the only reason I added that was > to get the javadocs to compile with a maven task. It should be fine > to change it, we're not actually using the generated site. > > Ben > > On Tue, Sep 6, 2011 at 11:12 PM, Saptarshi Purkayastha <[email protected]> > wrote: > > This is a fairly trivial problem, but I thought still have it on the > list... > > For the reporting we use, > > <plugin> > > <groupId>org.codehaus.mojo</groupId> > > <artifactId>jxr-maven-plugin</artifactId> > > <version>2.0-beta-1</version> > > </plugin> > > If you look here, since Maven 3.x, the JXR plugin has been moved to be > > maintained by Apache Community and we need to make the following change: > > <plugin> > > <groupId>org.apache.maven.plugins</groupId> > > <artifactId>maven-jxr-plugin</artifactId> > > <version>2.3</version> > > </plugin> > > The generated site might look slightly different, but doesn't change much > in > > terms of whats output. Does anyone have problems with this change?? > > > > --- > > Regards, > > Saptarshi PURKAYASTHA > > > > My Tech Blog: http://sunnytalkstech.blogspot.com > > You Live by CHOICE, Not by CHANCE > > ________________________________ > > Click here to unsubscribe from OpenMRS Developers' mailing list > _________________________________________ To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-devel-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

