Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-2035

Add transitive dependencies with test scope when depending on a test-jar type dependency

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • 2.0, 2.0.1, 2.0.2
    • None
    • Dependencies
    • None

    Description

      If I add a test-jar dependency, then it's dependencies in test scope should be transitively added in test scope.

      <dependency>
      <groupId>x</groupId>
      <artifactId>y</artifactId>
      <version>1.0</version>
      <type>test-jar</type>
      <scope>test</scope>
      </dependency>

      Attachments

        Issue Links

          Activity

            People

              brett Brett Porter
              carlos Carlos Sanchez Gonzalez
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: