Hi all,

I would like to customize the site.xml and add couple of logos as
compensation for
free licenses I got for my open source project with the "powered by" style
logo. 
The problem is that site.xml poweredBy tag ignores the following HTML
parameters: 
width height, border e.g.:

<logo name="Coverage by Clover"
 href="http://www.cenqua.com/clover";       
 img="http://www.cenqua.com/images/clovered.gif";
 width="89" 
 height="33" 
 border="0"         
 alt="Code Coverage by Clover" />

<logo
 name="Built by Maven"
 href="http://maven.apache.org";
 img="http://maven.apache.org/images/logos/maven-feather.png";
 width="89" 
 height="33" 
 border="0" 
 alt="Built by Maven" />
</poweredBy>    

The width height and border tags are ignored by Maven, how can I hack in
some HTML instead, cleaner alternatives?

TIA,
Regards,
Giovanni



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

Reply via email to