jvanzyl 02/03/28 14:52:18
Modified: xdocs index.xml
Log:
Revision Changes Path
1.4 +26 -5 jakarta-turbine-maven/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/index.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.xml 28 Mar 2002 15:08:57 -0000 1.3
+++ index.xml 28 Mar 2002 22:52:18 -0000 1.4
@@ -12,11 +12,32 @@
<section name="Maven">
<p>
Maven is a project management and project comprehension tool. Maven
- is based on the concept of a project object model: builds, documentation
- creation, site publication, and distribution publication are all
- controlled from the project object model. Maven also provides tools
- to create source metrics, change logs based directly on source
- repository, and source cross-references.
+ is based on the concept of a project object model (POM) in that all the
+ artifacts produced by Maven are a result of consulting a well defined
+ model for your project. Builds, documentation, source metrics, and source
+ cross-references are all controlled by your POM. Look here to see the
+ full list of Maven's <a href="features.html">features</a>.
+ </p>
+
+ <p>
+ Maven has many <a href="goals.html">goals</a>, but in a nutshell Maven
+ aims to make the developer's life easier by providing a well defined
+ <a href="project-descriptor.html">project</a> structure, well defined
+ development processes to follow, and a coherent body of
+ documentation that keeps your developers and clients apprised of
+ what's happening with your project. Maven alleviates a lot of what most
+ developers consider drudgery and lets
+ them get on with the task at hand. This is essential in OSS projects
+ where there aren't many people dedicated to the task of documenting
+ and propagating the critical information about your project which is
+ necessary in order to attract potential new developers and clients.
+ </p>
+ </section>
+
+ <section name="The Big Picture">
+ <p>
+ - bring together different different groups of developers because of
+ a real commonality
</p>
</section>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>