You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Cailloux (JIRA)" <ji...@apache.org> on 2018/12/29 10:40:00 UTC

[jira] [Created] (MNG-6545) Scope runtime test

Olivier Cailloux created MNG-6545:
-------------------------------------

             Summary: Scope runtime test
                 Key: MNG-6545
                 URL: https://issues.apache.org/jira/browse/MNG-6545
             Project: Maven
          Issue Type: Improvement
          Components: Dependencies
            Reporter: Olivier Cailloux


Maven should permit to include a dependency with scope restricted to test and runtime. Currently we have to choose between test and runtime, having both would be better.

It would permit Maven to check that the test code does not depend (for compilation) on those libraries. And you wouldn’t get annoyed by completion proposals in your IDE coming from those runtime libraries.

It is also conceptually more elegant and would make the intent clear to other contributers (“make sure your test code does not depend on this library”).

Also discussed [here|https://mail-archives.apache.org/mod_mbox/maven-users/200811.mbox/%3c17608340.3674701226307519843.JavaMail.adm-moff@moffice8.nsc.no%3e] and [here|https://stackoverflow.com/a/27729783].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)