diff options
author | hq <hq@FreeBSD.org> | 2005-07-19 02:26:24 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-07-19 02:26:24 +0800 |
commit | b83e0c8e38576543d283e06afd7fa7159e2c741c (patch) | |
tree | 9cce54d2344b4b956939192fc77bb2bbc25794d9 /devel/Makefile | |
parent | cce59b222d71ed8862fa1c64c653661ff4ca1165 (diff) | |
download | freebsd-ports-gnome-b83e0c8e38576543d283e06afd7fa7159e2c741c.tar.gz freebsd-ports-gnome-b83e0c8e38576543d283e06afd7fa7159e2c741c.tar.zst freebsd-ports-gnome-b83e0c8e38576543d283e06afd7fa7159e2c741c.zip |
Maven is a software project management and comprehension tool. Based on the
concept of a project object model (POM), Maven can manage a project's build,
reporting and documentation from a central piece of information.
Maven 2.0 is a rewrite of the popular Maven application to achieve a number of
goals, and to provide a stable basis to take it into the future.
WWW: http://maven.apache.org/maven2/index.html
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7438245c329c..d6add5a0c6a6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -559,6 +559,7 @@ SUBDIR += makeplus SUBDIR += maketool SUBDIR += maven + SUBDIR += maven2 SUBDIR += memcheck SUBDIR += mercator SUBDIR += mercurial |