diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-07-18 18:26:24 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-07-18 18:26:24 +0000 |
commit | 8cd0598c7c523bb936d4dd3953c9ca38e8ba9353 (patch) | |
tree | 18bffbdd4e1085f49eb0852045794945882e45a6 /devel/Makefile | |
parent | 5fdae666a17ff96bdd17908cb1270136cbeeb1c0 (diff) |
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
Notes
Notes:
svn path=/head/; revision=139523
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 |