You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/03/28 15:02:03 UTC

[jira] [Commented] (MNG-6207) Create WARNINGs in case of using system scope

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

Hudson commented on MNG-6207:
-----------------------------

Build failed in Jenkins: Maven TLP » maven-studies » maven-metrics #4

See https://builds.apache.org/job/maven-box/job/maven-studies/job/maven-metrics/4/

> Create WARNINGs in case of using system scope
> ---------------------------------------------
>
>                 Key: MNG-6207
>                 URL: https://issues.apache.org/jira/browse/MNG-6207
>             Project: Maven
>          Issue Type: Improvement
>    Affects Versions: 3.5.0
>            Reporter: Karl Heinz Marbaise
>            Assignee: Karl Heinz Marbaise
>            Priority: Minor
>             Fix For: 3.5.2
>
>
> Currently the documentation has already marked the usage of:
> {code:xml}
>  <dependency>
>       <groupId>javax.sql</groupId>
>       <artifactId>jdbc-stdext</artifactId>
>       <version>2.0</version>
>       <scope>system</scope>
>       <systemPath>${java.home}/lib/rt.jar</systemPath>
>     </dependency>
> {code}
> as [deprecated|https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#System_Dependencies]. So we should start to produce WARNING during a build if someone uses it...



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