Book Image

Apache Maven Cookbook

Book Image

Apache Maven Cookbook

Overview of this book

Table of Contents (18 chapters)
Apache Maven Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


One of the powerful features of Maven is managing the dependencies required by the project. It is rare for a project to be developed without using other dependencies. The typical issues in using dependencies relate to the number and choice of dependencies, their versions, and the transitive dependencies (a project dependency, in turn, being dependent on other dependencies).

Maven has a way of managing the dependencies, as well as providing users with enough flexibility to handle complexities, as they arise.