On 1/9/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > I tried configuring the javadoc plugin, > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-javadoc-plugin</artifactId> > <configuration> > <doclet>gr.spinellis.umlgraph.doclet.UmlGraph</doclet>
This conversation moved to [EMAIL PROTECTED], but since I know at least one other person is interested in using UMLGraph with Maven 2, I thought I would share what I've learned so far. The alternate UMLGraph doclet is working with Maven 2 and I've gotten as far as producing the .dot files, but haven't yet attempted to get m2 to run Graphviz to transform them into images. A shell script is *so* much simpler... ;) You can find a sample pom and links to relevant JIRA tickets here: http://wiki.wsmoak.net/cgi-bin/wiki.pl?Maven/Javadoc HTH, -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
