Date: 2004-12-01T05:24:30
   Editor: EricJacob <[EMAIL PROTECTED]>
   Wiki: Cocoon Wiki
   Page: HowToBuildAndDeployCocoonWithMaven
   URL: http://wiki.apache.org/cocoon/HowToBuildAndDeployCocoonWithMaven

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -1,7 +1,10 @@
 = Purpose =
 
-This how-to explains how to integrate [http://maven.apache.org/ Maven] with 
the [http://cocoon.apache.org/ Cocoon] project. An example for building a 
minimal webapp is provided for each option and the end of this document.
+This how-to explains how to build [http://cocoon.apache.org/ Cocoon] with 
[http://maven.apache.org/ Maven]. An example for building a minimal webapp is 
provided for each option and the end of this document.
 
+= What is Maven? =
+
+Maven is a Java project management and project comprehension tool that is used 
in many projects around the world. The intent of Maven is to make intra-project 
development highly manageable in the hopes of providing more time for 
cross-project development. See [http://maven.apache.org/objectives.html Maven's 
Goals].
 
 = Prerequisites =