mirror of https://github.com/apache/archiva.git
Configure the UMLGraph doclet to generate UML diagrams at the package and class level. This makes Graphviz a prerequisite for generating the javadoc.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584577 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
68241b0231
commit
c7ec373166
12
pom.xml
12
pom.xml
|
@ -722,6 +722,18 @@
|
|||
<configuration>
|
||||
<source>1.5</source>
|
||||
<aggregate>true</aggregate>
|
||||
<doclet>gr.spinellis.umlgraph.doclet.UmlGraphDoc</doclet>
|
||||
<docletArtifact>
|
||||
<groupId>gr.spinellis</groupId>
|
||||
<artifactId>UmlGraph</artifactId>
|
||||
<version>4.6</version>
|
||||
</docletArtifact>
|
||||
<additionalparam>
|
||||
-inferrel -inferdep -quiet -hide java.*
|
||||
-collpackages java.util.* -qualify
|
||||
-postfixpackage -nodefontsize 9
|
||||
-nodefontpackagesize 7
|
||||
</additionalparam>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in New Issue