You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Chris Kilding (Jira)" <ji...@apache.org> on 2021/09/08 15:07:00 UTC

[jira] [Commented] (MNG-7242) Warn about the presence of deprecated dependencies when a project is built

    [ https://issues.apache.org/jira/browse/MNG-7242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17411992#comment-17411992 ] 

Chris Kilding commented on MNG-7242:
------------------------------------

The analog of this in the NPM world would be output like the following, which is seen when you runĀ {{npm install}} or {{npm audit}}:
{code:java}
npm WARN deprecated node-pre-gyp@0.11.0: <msg>

npm WARN deprecated request@2.88.2: <msg>

npm WARN deprecated tar@2.2.2: <msg>

npm WARN deprecated har-validator@5.1.5: <msg>

npm WARN deprecated uuid@3.4.0: <msg>{code}

> Warn about the presence of deprecated dependencies when a project is built
> --------------------------------------------------------------------------
>
>                 Key: MNG-7242
>                 URL: https://issues.apache.org/jira/browse/MNG-7242
>             Project: Maven
>          Issue Type: Sub-task
>            Reporter: Chris Kilding
>            Priority: Minor
>
> Maven should warn the user about any deprecated dependencies it finds in a project when that project builds.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)