summaryrefslogtreecommitdiff
path: root/devel/maven/pkg-descr
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-21 20:49:20 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-21 20:49:20 +0000
commit246afb20c141624cbeb413129f4afa8cc7a37922 (patch)
tree0c965693c4da0265159a1251aa25e7c2e648b116 /devel/maven/pkg-descr
parentUpdate to 0.7. (diff)
Add maven a Java project management and project comprehension tool. More
details are available at http://maven.apache.org. PR: 58339 Submitted by: Rui Lopes <rui@ruilopes.com>
Diffstat (limited to 'devel/maven/pkg-descr')
-rw-r--r--devel/maven/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/maven/pkg-descr b/devel/maven/pkg-descr
new file mode 100644
index 000000000000..06d37601c475
--- /dev/null
+++ b/devel/maven/pkg-descr
@@ -0,0 +1,12 @@
+Maven is a Java project management and project comprehension tool. Maven is
+based on the concept of a project object model (POM) in that all the artifacts
+produced by Maven are a result of consulting a well defined model for your
+project. Builds, documentation, source metrics, and source cross-references
+are all controlled by your POM.
+
+The intent of Maven is to make intra-project development highly manageable in
+the hopes of providing more time for cross-project development. You might call
+it cross-project pollination or the sharing of project development knowledge,
+this is what Maven attempts to encourage.
+
+WWW: http://maven.apache.org/