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

Maven can't compile against sibling test-jar dependency in multiproject (Test Attached)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.2
    • 2.0.8
    • None
    • None
    • WinXP

    Description

      I have 2 projects under a parent like so:

      --Parent
      — sample-jar
      — sample-jar-user

      sample-jar builds and installs a test-jar along with the normal jar. sample-jar-user depends on the test-jar at compile time. When I build from the parent folder, the build fails because it can't find the class. When I go to sample-jar-user and build, it works fine.

      In the attached test case, to reproduce:
      from the root folder, run mvn clean install - See it fail.
      cd sample-jar-user; mvn clean install - see it succeed.

      I remember reading somewhere that in multiprojects, maven attempts to locate the sibling classes in the source tree instead of using the jars from the repository. I'm guessing the problem is here that it's not looking in ../sample-jar/target/test-classes for this code, but really one should expect this to come from the repository.

      Attachments

        1. sample.zip
          23 kB
          brianfox
        2. it1021.tar.gz
          1 kB
          Carlos Sanchez Gonzalez
        3. mng-2045-ittest.zip
          10 kB
        4. MNG-2045-maven-project-r577340.patch1
          0.8 kB
          Paul Gier
        5. MNG-2045-maven-project-r577340.patch2
          1 kB
          Paul Gier
        6. release-log.zip
          150 kB
          Michael Osipov

        Issue Links

          Activity

            People

              brianf Brian E Fox
              brianf Brian E Fox
              Votes:
              11 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: