jdeps Maven Plugin

The jdeps Maven Plugin runs jdeps tool to report package dependencies for the specified project. For more information about the project, please refer to GitHub page.

When no configuration values are set, the plugin sets default values.

Goals Overview

The jdeps Plugin has two goals:

  • jdeps:jdeps runs the jdeps report for the project and prints the output to the command line. It supports the parameters used by the tool.
  • jdeps:jdeps-report runs the jdeps report for the project and prints the output to a project report page. It supports the parameters used by the tool.

Usage

General instructions on how to use the jdeps Plugin can be found on the usage page.

In case you still have questions regarding the plugin's usage, please have a look at the FAQ.

If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our issue tracker or submit a pull request.