Dependency management using IntelliJ IDEA

Unlike Eclipse and NetBeans, viewing dependencies as graphs is only possible in the IntelliJ IDEA Ultimate version, which is commercial. The Community Edition does not support this option.

How to do it...

Use the following steps in IntelliJ Idea Ultimate version to manage the dependencies:

  1. Open the demoproject-selendroid file in the IntelliJ IDEA Ultimate edition.
  2. Right-click on the pom.xml file.
    How to do it...
  3. Click on the Show Dependencies... option (See this option in the preceding screenshot) and observe the following screenshot:

How it works...

IntelliJ IDEA has first-class support for Maven projects. It reads the pom.xml ...

Get Apache Maven Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.