git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114612 13f79535-47bb-0310-9956-ffa450edef68
16 lines
621 B
XML
16 lines
621 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<faqs title="Frequently Asked Questions">
|
|
<part id="usage">
|
|
<title>Plugin Usage</title>
|
|
<faq id="how-use">
|
|
<question>How do I use the PDF Plugin ?</question>
|
|
<answer>
|
|
<ul>
|
|
<li>Firstly 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>
|
|
</answer>
|
|
</faq>
|
|
</part>
|
|
</faqs>
|