Author: SeanRogers
Date: 2010-06-02 00:14:55 -0400 (Wed, 02 Jun 2010)
New Revision: 17461
Modified:
root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Getting_started_with_RichFaces.xml
Log:
Fixed reference to archetype as part of CDK
Modified:
root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Getting_started_with_RichFaces.xml
===================================================================
---
root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Getting_started_with_RichFaces.xml 2010-06-01
23:42:29 UTC (rev 17460)
+++
root/docs/trunk/Developer_Guide/en-US/chap-Developer_Guide-Getting_started_with_RichFaces.xml 2010-06-02
04:14:55 UTC (rev 17461)
@@ -184,7 +184,7 @@
A Maven archetype is a template for creating projects.
<productname>Maven</productname> uses an archetype to generate a directory
structure and files for a particular project, as well as creating
<filename>pom.xml</filename> files that contain build instructions.
</para>
<para>
- The RichFaces Component Development Kit includes a Maven archetype for generating the
basic structure and requirements for a RichFaces application project. The archetype is
named <filename>richfaces-archetype-simpleapp</filename> and is included as
part of the RichFaces Component Development Kit (<acronym>CDK</acronym>), but
Maven can obtain it from the JBoss repository at
<
filename>https://repository.jboss.org/nexus/content/groups/public/<...;.
Follow the procedure in this section to generate a new Maven-based RichFaces project using
the archetype.
+ The RichFaces Component Development Kit includes a Maven archetype named
<filename>richfaces-archetype-simpleapp</filename> for generating the basic
structure and requirements for a RichFaces application project. Maven can obtain the
archetype from the JBoss repository at
<
filename>https://repository.jboss.org/nexus/content/groups/public/<...;.
The archetype is also included with the RichFaces source code. Follow the procedure in
this section to generate a new Maven-based RichFaces project using the archetype.
</para>
<procedure>
<step
id="step-Developer_Guide-Using_RichFaces_with_Maven-Add_required_repositories">