Just tried it with maven-site-plugin 2.2-SNAPSHOT: this error still exists.
The maven-plugin-plugin creates the page source with table align="left" as to
org.apache.maven.tools.plugin.generator.PluginXdocGenerator line 665 of maven-plugin-tools-api project,
but the maven-site-plugin <= 2.0.1 does not copy this (align="left") to the .html files in target/site.
Using maven-site-plugin >= 2.1 up to 2.2-SNAPSHOT maven site seems to handle the source-files containing the align="left" different and copies this to the output .html files.
This leads to the missing space between the table and the following h3 (contained in the section div).
(see the Image and the missing space between "Optional Parameters" and the table of "Required Parameters").
1. Sounds like
MSITE-4562. Can you attach a screenshot? It's much easier to understand when you have a picture to look at.
MSITE-4562. Can you attach a screenshot? It's much easier to understand when you have a picture to look at.