drekka wrote:
> Hi Dennis,
>
> As expected, the results are the same - no <p> tags:
Hi Derek
Actually that's not what I expected. If we are using the same version of
Maven and the site-plugin we should get the same results. What OS are
you running this on?
You might also try to nuke the
org/apache/maven/plugins/maven-site-plugin and org/apache/maven/doxia
directories of your local repository. This would trigger a fresh
download of the site-plugin and doxia, during the next run.
> <div id="bodyColumn">
> <div id="contentBox">
>
>
> <div class="section"><h2>section 1</h2>
> <div class="section"><h3>subsection 1</h3>
> <p>paragraph 1 in subsection 1</p>
> <ul>
> <li>list item 1</li>
> <li>list item 2</li>
> </ul>
> paragraph 2 in subsection 1
> </div>
> <div class="section"><h3>subsection 2</h3>
> paragraph 1 in subsection 2
> </div>
> </div>
>
>
> </div>
> </div>
>
> I'll re-install maven and try again.
>
> ciao
> Derek
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|