The Apache Maven team is pleased to announce the first release of the Apache Maven JDeprScan Plugin, version 3.0.0-alpha-1

The Maven JDeprScan plugin is used to scan class files for uses of deprecated API elements. It uses the jdeprscan tool as provided with Java 9.

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

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

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-jdeprscan-plugin</artifactId>
  <version>3.0.0-alpha-1</version>
</plugin>

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

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

Enjoy,

-The Apache Maven team

Reply via email to