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

Transitive system deps are not interpolated correctly thus rendering them invalid

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.3
    • None
    • Windows XP, Java 1.5

    Description

      When a library is loaded as a dependency if its dependencies contain one of type system which has a variable in the path the variable is not interpolated so that <systemPath>${appHome}/lib/...</systemPath> is not an absolute path, rendering the dependency invalid.

      ex

      Lib A

      -->Lib B
      -->Lib C (System Dep, path=$appHome}/lib/....jar)

      When resolving deps for lib B's pom will throw an error because path is not interpolated.

      Attachments

        Activity

          People

            jdcasey John Dennis Casey
            chris.stevenson@gmail.com Chris
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: