Fix some markup errors

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@329999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2005-11-01 07:19:09 +00:00
parent fb8c7ffda9
commit 04357034b5
4 changed files with 8 additions and 8 deletions

View File

@ -64,9 +64,9 @@
</tr> </tr>
</table> </table>
</subsection> </subsection>
<section name="Requirements"> </section>
<p>Be careful, maven 1.1 is required to use the artifact plugin v >= 1.5.2.</p> <section name="Requirements">
</section> <p>Be careful, maven 1.1 is required to use the artifact plugin v >= 1.5.2.</p>
</section> </section>
</body> </body>
</document> </document>

View File

@ -118,13 +118,13 @@
<question> <question>
Do I need to edit the CruiseControl configuration file? Do I need to edit the CruiseControl configuration file?
</question> </question>
<answer>
By default no, since much of the information in the file originates By default no, since much of the information in the file originates
in properties and project.xml. For changes that affect the generation in properties and project.xml. For changes that affect the generation
of the project or projects, you may want to create you own template. of the project or projects, you may want to create you own template.
If you have dependencies defined, then you need to ensure the order If you have dependencies defined, then you need to ensure the order
of the projects in the file corresponds with the order the project of the projects in the file corresponds with the order the project
should be built. should be built.
<answer>
</answer> </answer>
</faq> </faq>

View File

@ -37,7 +37,7 @@
The validation routine works differently for stand-alone The validation routine works differently for stand-alone
poms and poms that extend other ones (child poms). poms and poms that extend other ones (child poms).
The following table shows which The following table shows which
top-level elements (<emph>i.e.</emph>, elements just below the top-level elements (<em>i.e.</em>, elements just below the
<code>&lt;project&gt;</code> root) are required in each case. <code>&lt;project&gt;</code> root) are required in each case.
</p> </p>
<table> <table>

View File

@ -19,9 +19,9 @@
<document> <document>
<properties> <properties>
<author>Dion Gillard</author>
<author email="ge0ffrey_AT_users_DOT_sourceforge_DOT_net">Geoffrey De Smet</author>
<title>Site deployment</title> <title>Site deployment</title>
<author email="dion_AT_multitask_DOT_com_DOT_au">Dion Gillard</author>
<author email="ge0ffrey_AT_users_DOT_sourceforge_DOT_net">Geoffrey De Smet</author>
</properties> </properties>
<body> <body>
<section name="General"> <section name="General">