[
http://jira.codehaus.org/browse/MPLUGIN-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=249343#action_249343
]
Robert Scholte commented on MPLUGIN-165:
----------------------------------------
I've compared the
[exec:help|http://mojo.codehaus.org/exec-maven-plugin/help-mojo.html] and
[sonar:help|http://mojo.codehaus.org/sonar-maven-plugin/help-mojo.html] plugin
pages. The exec renders correct, sonar's doesn't anymore.
The problem seems to be that in the original page the following fragment is
used:
{code:xml}
<div class="section"><h3><a name="Optional_Parameters"></a>Optional
Parameters</h3>
<table class="bodyTable"><tr class="a"><th>Name</th>
</table>
</div>
{code}
In the new style some attributes have been added, which cause these problems,
especially the {{align=left}}
{code:xml}
<div class="section"><h3>Optional Parameters<a
name="Optional_Parameters"></a></h3>
<table class="bodyTable" border="0" align="left">
</table>
</div>
{code}
> Upgrading to Maven Site 2.1 messes up plugin site generation
> ------------------------------------------------------------
>
> Key: MPLUGIN-165
> URL: http://jira.codehaus.org/browse/MPLUGIN-165
> Project: Maven 2.x Plugin Tools
> Issue Type: Bug
> Components: API
> Affects Versions: 2.5.1
> Reporter: Mike Youngstrom
> Attachments: deployable-mojo.html, maven.png, plugin-report.jpg
>
>
> If I upgrade my site plugin to 2.1 then my plugin sites get all messed up.
> Two problems I noted in particular include:
> 1. The Report links aren't rendered at all on the left side of the screen.
> 2. The plugin goal detail page layout is messed up. headers don't align with
> backgrounds for headers.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira