[MPLUGIN-74] Explicitly control layout of tables generated for parameters of mojo description
Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@629251 13f79535-47bb-0310-9956-ffa450edef68master
parent
0546441dcc
commit
86eb6a47a0
|
|
@ -419,6 +419,8 @@ public class PluginXdocGenerator
|
|||
w.addAttribute( "name", title );
|
||||
|
||||
w.startElement( "table" );
|
||||
w.addAttribute( "border", "0" );
|
||||
w.addAttribute( "align", "left" );
|
||||
|
||||
w.startElement( "tr" );
|
||||
w.startElement( "th" );
|
||||
|
|
|
|||
Loading…
Reference in New Issue