kaz 02/03/20 15:19:49
Modified: xdocs getting-started.xml
Log:
Adding a little blurb at the beginning of the document for those that
will soon be referred here. I want the reader to be assured they have
hit the correct document. Specifically, in the very near term, I'll
update the build instructions for all of the turbine projects and point
them to this document which provides information on how to build any
Mavenized project (which now includes all of the Turbine sub-projects).
Revision Changes Path
1.6 +20 -3 jakarta-turbine-maven/xdocs/getting-started.xml
Index: getting-started.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/getting-started.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- getting-started.xml 18 Mar 2002 23:11:04 -0000 1.5
+++ getting-started.xml 20 Mar 2002 23:19:49 -0000 1.6
@@ -11,13 +11,30 @@
<section name="Getting Started with Maven">
<p>
This document provides an introduction to Maven and how to use
- it with a project. For those that have already skimmed the
+ it within a project. For those that have already skimmed the
documentation on this site, you may be asking yourself, what
*exactly* does it mean to use Maven? That question will have
different answers over time as Maven <a
href="goals.html">evolves</a>, but this document attempts to
illustrate (using the Turbine projects as an example) how one
- might integrate and leverage the power of Maven in a project.
+ might integrate and leverage the power of Maven in a project.
+ </p>
+ <p>
+ For those of you that have been referred to this document
+ because you are trying to build one of the Turbine projects,
+ this document will provide you with all of the necessary
+ information required to build any Turbine project (or more
+ importantly, any project that uses Maven).
+ </p>
+ <p>
+ The rest of this document is sectioned into three parts:
+ installing Maven on your system, integrating Maven with a
+ project, and using Maven. If you are only interested in
+ building a project that uses Maven, you can probably skip the
+ second section (integrating Maven) and just jump to the last
+ section after you have sucessfully installed Maven. However, it
+ is recommended that you read the entire document because it will
+ provide you with a better understanding of the Maven project.
</p>
</section>
<section name="Installing Maven">
@@ -82,7 +99,7 @@
will learn how to integrate Maven into a project.
</p>
</section>
- <section name="Maven-izing a Project">
+ <section name="Integrating Maven with a Project">
<p>
Now that you have Maven installed on your system, this section
will show you how to integrate it with an existing project. All
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>