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:
parent
834450775d
commit
4013bfcb59
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user