maven2

Java software project management and comprehension tool
  http://maven.apache.org
  0
  6 reviews



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's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. in order to attain this goal there are several areas of concern that maven attempts to deal with:

* making the build process easy
* providing a uniform build system
* providing quality project information
* providing guidelines for best practices development
* allowing transparent migration to new features
Latest reviews
1
FiretronP75 9 years ago

Obsolete. Installing maven will give you a more recent version than maven2.

3
Rezana 10 years ago

Hello can anyone help me install it?

1
lgringo 10 years ago

Obsolete package. Use maven instead

4
bblonski 11 years ago

Industry standard for building java projects. Way better than ant. It does take a bit of learning and can be a bit verbose for some simple tasks, but is very mature and widely accepted. There are some alternatives, but none are quite as production ready as maven.

5
OnesimusUnbound 12 years ago

Best build management tool in the Java ecosystem.

4
desertviper00 13 years ago

We use this everyday at work