vote up 4 vote down star
2

Hi folks,

I have a sufficient amount of experience with ant so far, but I am interested in learning more about maven. It seems really opaque. Can you recommend a good introduction to maven -- I'm looking for as much clarity and simplicity as possible.

I suppose I'm looking specifically for information on maven 2 if it comes down to it.

flag

75% accept rate

3 Answers

vote up 7 vote down check

The book Maven: The Definitive Guide provides an introduction to Maven and covers many of the problems that arise when using Maven.

The Maven documentation is a bit vague and outdated in places, but the usage examples for plugins are usually good enough to get you going with what you need to do. Also find projects that are utilizing Maven and look into their pom.xml configurations learn more about what is possible with Maven.

link|flag
vote up 7 vote down

I found the book "Better Builds with Maven" to be a pretty good introduction. You can download it for free: http://www.exist.com/better-build-maven

link|flag
This book is very old now. Some content is still relevant, but the Maven: The Definitive Guide is much more recent, and is constantly updated. – Brian Fox Apr 19 at 2:18
vote up -1 vote down

Don't waste your time, just look at what other people are saying and do some more research. Maven is not worth it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.