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

Chapter 5. Dependency Management

In this chapter, we will cover the following recipes:

  • Choosing the scope of dependency

  • Getting a report of dependencies

  • Getting into dependency and avoiding dependency hell

  • Downloading dependencies into a folder

  • Understanding SNAPSHOT dependencies

  • Handling dependency download errors

  • Detecting unused/undeclared dependencies

  • Manually installing dependencies that are not available in a repository

  • Dependency management using Eclipse

  • Dependency management using NetBeans

  • Dependency management using IntelliJ IDEA