The Apache Maven team is pleased to announce the release of the Apache
Maven JDeps Plugin, version 3.1.2

The JDeps Plugin uses the jdeps tool to analyze classes for internal API
calls. For more information about the standard jdeps tool,
please refer to
https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool

https://maven.apache.org/plugins/maven-jdeps-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-jdeps-plugin</artifactId>
  <version>3.1.2</version>
</plugin>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-jdeps-plugin/download.cgi

Release Notes - Maven JDeps Plugin - Version 3.1.2

** Improvement
    * [MJDEPS-23] - The parameter multiRelease should have a user property
so that you can set it from the command line

** Dependency upgrade
    * [MJDEPS-17] - Upgrade maven-plugins parent to version 33

Enjoy,

-The Apache Maven team

Reply via email to