You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by Aaron Cordova <aa...@cordovas.org> on 2011/10/20 20:06:07 UTC

API docs

Is there a maven target(?) for building Java API docs into html?

Re: API docs

Posted by Benson Margulies <bi...@gmail.com>.
mvn javadoc:javadoc

You can make this part of <reporting/>

On Thu, Oct 20, 2011 at 2:06 PM, Aaron Cordova <aa...@cordovas.org> wrote:
> Is there a maven target(?) for building Java API docs into html?
>

Re: API docs

Posted by Billie J Rinaldi <bi...@ugov.gov>.
On Thursday, October 20, 2011 2:06:07 PM, "Aaron Cordova" <aa...@cordovas.org> wrote:
> Is there a maven target(?) for building Java API docs into html?

Try javadoc:aggregate.  It should put them in docs/apidocs/.  A running Accumulo instance links to them from the monitor page.

Billie