Don't use list inside paragraph

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@279355 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2005-09-07 15:44:44 +00:00
parent 834450775d
commit 4013bfcb59

View File

@ -22,12 +22,11 @@
<faq id="how-use">
<question>How do I use the PDF Plugin ?</question>
<answer>
<p>
<p/>
<ul>
<li>Firstly you must call the maven target <code>site</code> to generate all the xdocs files and the image ressources.</li>
<li>First you must call the maven target <code>site</code> to generate all the xdocs files and the image ressources.</li>
<li>Then you can call the <code>pdf</code> target to generate the pdf documentation for your project.</li>
</ul>
</p>
<p>To automate the pdf creation you can add a post goal to the site like this :</p>
<source><![CDATA[
<postGoal name="site">