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/04 03:37:32 UTC

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

Author: jvanzyl
Date: Mon Oct  3 18:37:29 2005
New Revision: 293483

URL: http://svn.apache.org/viewcvs?rev=293483&view=rev
Log: (empty)

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=293483&r1=293482&r2=293483&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 18:37:29 2005
@@ -74,19 +74,27 @@
 jesse
 1) Promotes modular design of code.
 
-by making it simple to manage mulitple projects it allows the design to be laid out into muliple logical parts, weaving these parts together through the use of dependency tracking in pom files.
+by making it simple to manage mulitple projects it allows the design to be laid out into muliple logical parts, weaving
+these parts together through the use of dependency tracking in pom files.
 
 2) Enforces modular design of code.
 
-it is easy to pay lipservice to modular code, but when the code is in seperate compiling projects it is impossible to cross pollinate references between modules of code unless you specifically allow for it in your dependency management...there is no 'I'll just do this now and fix it later' implementations.
+it is easy to pay lipservice to modular code, but when the code is in seperate compiling projects it is impossible to
+cross pollinate references between modules of code unless you specifically allow for it in your dependency management...
+there is no 'I'll just do this now and fix it later' implementations.
 
 3) Dependency Management is clearly declared.
-
-with the dependency management mechanism you have to try to screw up your jar versioning...there is none of the classic problem of 'which version of this vendor jar is this?'  And setting it up on an existing project rips the top off of the existing mess if it exists when you are forced to make 'unknown' versions in your repository to get things up and running...that or lie to yourself that you know the actual version of ABC.jar.
+with the dependency management mechanism you have to try to screw up your jar versioning...there is none of the classic
+problem of 'which version of this vendor jar is this?'  And setting it up on an existing project rips the top off of
+the existing mess if it exists when you are forced to make 'unknown' versions in your repository to get things up
+and running...that or lie to yourself that you know the actual version of ABC.jar.
 
 4) strong typed life cycle
 
-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
+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



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