On 10/16/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > Thanks! The site builds locally now, I'll give publishing it another try > later.
Success! It starts here: http://maven.apache.org/continuum/ref/latest/ (As with Archiva, 'latest' is symlinked to the most recent snapshot docs, in this case 1.1-beta-4.) Some examples of the UMLGraph alternate doclet for Javadoc in action: http://maven.apache.org/continuum/ref/latest/apidocs/org/apache/maven/continuum/release/ContinuumReleaseManager.html http://maven.apache.org/continuum/ref/latest/apidocs/org/apache/maven/continuum/web/action/AddMavenProjectAction.html This does introduce a dependency on GraphViz [1] in order to generate the diagrams. You need the 'dot' executable on your path. I think you can still build the Javadoc without it, you'll just get a broken image. [1] http://www.graphviz.org/ -- Wendy