Just made it work as well with the POM fragment below. However, my stylesheetfile and header are now ignored, any ideas?



<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>
<links>
 <link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
</links>
<stylesheetfile>${basedir}/src/site/css/javadoc.css</stylesheetfile>
<header><![CDATA[<img class="logo" src="../images/banner-logo-dev.gif" />]]></header>
<linksource>true</linksource>


Thanks,

Manos

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to