You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Manos Batsis <ma...@geekologue.com> on 2007/04/04 19:07:55 UTC

Lost CSS/header? (was: Re: [M2] Problens generation class diagram using UmlGraph-4.7)

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Lost CSS/header? (was: Re: [M2] Problens generation class diagram using UmlGraph-4.7)

Posted by Jeff Jensen <jj...@apache.org>.
Sorry, can't help you further on the CSS.  Perhaps someone else knows about
that...


Quoting Manos Batsis <ma...@geekologue.com>:

>
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org