[ANN] Release Apache Maven JDeprScan Plugin version 3.0.0

Sylwester Lachiewicz <[email protected]> Sun, 28 Dec 2025 19:04:53 +0100
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CAJG7DX1+d99r9c=k+4q1Vb_d-HNDxa2Saydp=S4v09sQuKLkbw__6681.00743075542$1766945135$gmane$org@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Apache
Maven JDeprScan Plugin, version 3.0.0

The Maven JDeprScan plugin is used to scan class files for uses of
deprecated API elements.

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</version>
</plugin>

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

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

Release Notes - Maven JDeprScan Plugin - Version 3.0.0

https://github.com/apache/maven-jdeprscan-plugin/releases/tag/maven-jdeprscan-plugin-3.0.0

Enjoy,

-The Apache Maven team