Maven: A Developer's Notebook (Developer's Notebooks)

Maven: A Developer's Notebook (Developer's Notebooks)
Authors
Vincent Massol, Tim OBrien
ISBN
0596007507
Published
20 Jun 2005
Purchase online
amazon.com

Maven is a new project management and comprehension tool which provides an elegant way to share build logic across projects. In terms of capabilities, Maven is an improvement to Apache Ant-thanks to numerous plug-ins and built-in integration with unit testing frameworks such as JUnit. Tired of writing the same build logic for every project? Using Maven, you can leverage the experience of the community to avoid the tedious process of creating yet another build script for each new project.

Page 2 of 2
  1. Editorial Reviews
  2. Customer Reviews

Customer Reviews

O. Aluko said
This book was a complete waste of my money and my time. The code examples dont work and it focuses on outdated maven 1. Maven is now at level 2.08 and the publishers of this book should know better than to continue putting this book out for sale.

Pen Name said
The only full Maven book but falls short on being a good book. The book covers the older Maven version. I would rather wait for version 2.0 coverage than buy an out dated book.

Andy Pippin said
While there is nothing technically wrong about this book, Maven 2 is almost a complete re-write of Maven. This book covers all the ins and outs of using Maven (the project model, dependency resolution, directory hierarchy), but the technical details are now completely out of date.

pjc said
This book does not apply to Maven 2, the current release of Maven. May be useful concept material but because it doesn't apply to the current version of the software it is not a good "Developers Notebook". This book should be pulled from the shelves.

C. Hamilton said
This is a great book to get a quick introduction to Maven. At about 185 pages, it gets right to the point. It's written using labs and each new one builds on the previous one.

I have used Ant and know how it works but was in the dark when it came to Maven. This book gave me the knowledge I needed to understand and modify an existing Maven project within the first two chapters.

It's not a reference manual, and it's not one of these 500 page tomes that weighs a ton but is light on substance. There's real content in a very readable format in this book.

If you are new to Maven and are scratching your head tryiing to figure out what the heck this thing is doing, read this book and you will be enlightened!

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Theory is when you know something, but it doesn't work. Practice is when something works, but you don't know why. Programmers combine theory and practice: Nothing works and they don't know why.”