jvanzyl 02/03/28 10:05:44
Modified: xdocs goals.xml
Log:
Revision Changes Path
1.11 +22 -0 jakarta-turbine-maven/xdocs/goals.xml
Index: goals.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/goals.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- goals.xml 28 Mar 2002 17:59:10 -0000 1.10
+++ goals.xml 28 Mar 2002 18:05:44 -0000 1.11
@@ -49,7 +49,29 @@
<subsection name="Providing quality project information">
<p>
+ Maven provides a full gammut of useful project information that is in
+ part taken from your POM and in part generated from your project's
+ sources. Maven currently provides the following information about
+ your project:
</p>
+
+ <p>
+ <ul>
+ <li>Change log document created directly from repository
information.</li>
+ <li>Cross referenced sources</li>
+ <li>Source metrics</li>
+ <li>Mailing lists</li>
+ <li>Developer list</li>
+ <li>Dependency list</li>
+ <li>Unit test reports including coverage</li>
+ </ul>
+ </p>
+
+ <p>
+ As Maven improves the information set provided will improve, all of
+ which will be transparent to users of Maven.
+ </p>
+
</subsection>
<subsection name="Providing clear development process guidelines">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>