Hi Romain, >For the javadoc integration a doclet should do the trick (or a simple link >to generated pictures).
Can you help a little bit on this one? I would like to get the diagram built when I generate the javadocs just as I get my UML using the below. Are you planning to have a doclet implemented any time soon? <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.8.1</version> <configuration> <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> <docletArtifact> <groupId>org.umlgraph</groupId> <artifactId>doclet</artifactId> <version>5.1</version> </docletArtifact> <show>private</show> <additionalparam>-all -constructors</additionalparam> <useStandardDocletOptions>false</useStandardDocletOptions> </configuration> </plugin> </plugins> </reporting> Thanks! -Nestor -- View this message in context: http://camel.465427.n5.nabble.com/diagram-generator-tp4375588p5698174.html Sent from the Camel - Users mailing list archive at Nabble.com.