Logo

Maven: The Definitive Guide

Large book cover: Maven: The Definitive Guide

Maven: The Definitive Guide
by

Publisher: O'Reilly Media, Inc.
ISBN/ASIN: 0596517335
ISBN-13: 9780596517335
Number of pages: 468

Description:
Maven: The Definitive Guide clearly explains how this tool can bring order to your software development projects. Maven is largely replacing Ant as the build tool of choice for large open source Java projects because, unlike Ant, Maven is also a project management tool that can run reports, generate a project website, and facilitate communication among members of a working team.

Download or read it online for free here:
Download link
(multiple formats)

Similar books

Book cover: Java Look and Feel Design GuidelinesJava Look and Feel Design Guidelines
- Addison-Wesley Professional
This book provides programmers with the requirements for creating user interfaces using the Java Foundation Classes. The book uses rich color on every page while demonstrating how you can create Java programs that will look great on any computer.
(17621 views)
Book cover: OSGi in PracticeOSGi in Practice
by - GitHub
Java alone does not support modularity. However, Java's great strength is its flexibility, which has allowed a powerful module system to be built on top. That module system is called OSGi. OSGi is the way to build modular applications in Java.
(8881 views)
Book cover: Java Authentication and Authorization Service (JAAS) in ActionJava Authentication and Authorization Service (JAAS) in Action
by
JAAS is the Java Authentication and Authorization Service bundled in Java SE. This book covers the basics of JAAS, and then goes into how to write database backed versions of JAAS service classes such as Policy, Configuration, and LoginModule.
(17184 views)
Book cover: Java Native Interface: Programmer's Guide and SpecificationJava Native Interface: Programmer's Guide and Specification
by - Prentice Hall PTR
The book documents the latest in native code programming for Java using the Java Native Interface with C/C++. The text is built around 'dos and don'ts', even specifying when you should not use JNI. Written for the experienced Java developer.
(24374 views)