mirror of https://github.com/apache/maven.git
adding henning
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293431 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
63b3f71f6d
commit
1f3ad56547
|
@ -88,6 +88,18 @@ with the dependency management mechanism you have to try to screw up your jar ve
|
||||||
|
|
||||||
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
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
+-----+
|
+-----+
|
Loading…
Reference in New Issue