You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2005/10/03 20:51:15 UTC

svn commit: r293431 - /maven/components/trunk/maven-site/src/site/apt/guides/getting-started/benefits-of-using-maven.apt

Author: jvanzyl
Date: Mon Oct  3 11:51:14 2005
New Revision: 293431

URL: http://svn.apache.org/viewcvs?rev=293431&view=rev
Log:
adding henning

Modified:
    maven/components/trunk/maven-site/src/site/apt/guides/getting-started/benefits-of-using-maven.apt

Modified: maven/components/trunk/maven-site/src/site/apt/guides/getting-started/benefits-of-using-maven.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/getting-started/benefits-of-using-maven.apt?rev=293431&r1=293430&r2=293431&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/getting-started/benefits-of-using-maven.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/getting-started/benefits-of-using-maven.apt Mon Oct  3 11:51:14 2005
@@ -88,6 +88,18 @@
 
 there is a strong defined lifecycle that a software system goes thru from the initiation of a build to the end...and the users are allowed to mix and match their system to the lifecycle instead of cobble together their own lifecycle..  this has the additional benefit of allowing people to move from one project to another and speak using the same vocabulary in terms of software building
 
+henning
+1) (most important) quick project setup, no complicated build.xml
+   files, just a POM and go
+   
+2) all developers in a project use the same jar dependencies due to
+centralized POM.
+      
+3) getting a number of reports and metrics for a project "for free"
+      
+4) reduce the size of source distributions, because jars can be pulled
+from a central location
+         
 
 
-+-----+
\ No newline at end of file
++-----+



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org