Loading...
radar

Reviews by real users

Just finished a project using open source libraries and have fresh impressions?

Write a review to share your experiences with open source!

On DevRates we focus on reviews by developers using libraries on their daily work.

radar

Technology radar

Launching a start-up or commercial project using open-source libraries? No time to evaluate various technology stacks?

Interested in the latest trends and top-rated open source projects for all layers of your application?

DevRates contains projects reviews of most popular tagged categories and programming languages.

radar

Build your skill profile

Join DevRates and build your public profile from libraries you know and experience positions from projects you've been involved in.

Follow projects and don't miss any news from blogs and twitter on your wall.

Your company is looking for talented developers? Register on DevRates and show your technology stack on your company profile.

JOIN THE COMMUNITY TAKE A TOUR

Maven

Homepage

Latest release

3.0.5 (23/02/2013)

Developed by

Apache Software Foundation

Licenses

Apache 2.0

Overall rating

7.9
Usability
7.2
Simplicity
5.6
Documentation
7.1
Community
7.8

Tags

Description

Apache 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, a Yiddish word meaning accumulator of knowledge, was originally started as an attempt to simplify the build processes in the Jakarta Turbine project. There were several projects each with their own Ant build files that were all slightly different and JARs were checked into CVS. We wanted a standard way to build the projects, a clear definition of what the project consisted of, an easy way to publish project information and a way to share JARs across several projects.

The result is a tool that can now be used for building and managing any Java-based project. We hope that we have created something that will make the day-to-day work of Java developers easier and generally help with the comprehension of any Java-based project.

 

 

Latest reviews

8.5
olivierdemeijer

What has Maven ever done for us ?

Maven is not only about managing lib dependencies, it's about managing projects lifecycle. Which is obviously not a simple task, hence the complexity of the tool.

full review »
Sign in to vote for review score: 1
7.8
peter.keller

The framework is useful and powerful. However, the pom.xml is much too verbose (perhaps namespaces should be used as this is done in Spring?).

full review »
Sign in to vote for review score: 0
6.2
henk53

I used to hate Maven with a passion. It's ideas are quite allright, but it's implementation and the organization of the Maven central repo was and still is a disaster. Dependency management is quite important these days, and it's one of the features Maven is best known for, but you can't use Maven only for its dependency management really. The mandated project structure and the entire "Maven way or the high way" comes coupled with it.

Still, knowing Maven is unavoidable for a Java programmer these days. Whether you're an application programmer that wants to make use of third party projects, or a (open source) library writer, the sheer popularity of Maven means you simply can't ignore it.

So, I advise everyone in Java to learn this tool, but I'm personally not the biggest fan of it.

full review »
Sign in to vote for review score: 0
7.8
Koziolek

In my personal opinion maven is the best build tool ever. Very simple and easy to learn and use but powerful and miscellaneous.

full review »
Sign in to vote for review score: 0
Please sign in to rate or post a comment
Scroll to top