You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Robert Scholte <rf...@apache.org> on 2017/11/17 09:27:50 UTC

[ANN] Apache Maven JDeprScan Plugin 3.0.0-alpha-1 Released

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

Re: [ANN] Apache Maven JDeprScan Plugin 3.0.0-alpha-1 Released

Posted by Russell Gold <ru...@oracle.com>.
If you go to the project page https://maven.apache.org/plugins/maven-jdeprscan-plugin/, you will see more information, including how to check out the sources:

svn checkout http://svn.apache.org/repos/asf/maven/plugins/tags/maven-jdeprscan-plugin-3.0.0-alpha-1 maven-jdeprscan-plugin

and how to reference it in your project

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

- Russ

> On Nov 17, 2017, at 5:01 AM, sebb <se...@gmail.com> wrote:
> 
> On 17 November 2017 at 09:27, Robert Scholte <rf...@apache.org> wrote:
>> 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
> 
> The download link points to the top-level of the ASF mirror system.
> 
> This makes it very hard to use.
> 
>> Enjoy,
> 
> Looking for the needle in the haystack?
> 
>> -The Apache Maven team
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 


Re: [ANN] Apache Maven JDeprScan Plugin 3.0.0-alpha-1 Released

Posted by sebb <se...@gmail.com>.
On 17 November 2017 at 09:27, Robert Scholte <rf...@apache.org> wrote:
> 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

The download link points to the top-level of the ASF mirror system.

This makes it very hard to use.

> Enjoy,

Looking for the needle in the haystack?

> -The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org