Hi there,

This can be done by adding <head> tag in each xdoc in maven1.0. What's the solution for it in maven2?
I noticed the following code in maven-site.vm within site plugin.

#if ( $decoration.body.head )
 #foreach( $item in $decoration.body.head.getChildren() )
   #if ( $item.name == "script" )
     $item.toUnescapedString()
   #else
     $item.toString()
   #end
 #end
#end

However no matter if addding <head> tag into site.xml or xdoc, I got no luck. So what is the right thing to do?

Thanks in advance.





Regards
Jiaqi

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

Reply via email to