Uploaded image for project: 'Maven EAR Plugin'
  1. Maven EAR Plugin
  2. MEAR-143

Plugin does not respect transitive dependency scopes properly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 2.6
    • None
    • None

    Description

      The Introduction to the Dependency Mechanism page has a handy table for deciding what to do with transitive dependencies and various scopes. The Maven ear plugin does not honor it in all cases.

      Suppose I have a .jar file. Its name is b.jar. It declares a runtime dependency on a.jar.

      Suppose now I have an .ear project. It declares a compile scope dependency on b.jar.

      By the rules of the chart, a.jar should end up being a runtime dependency (transitively) of the .ear, and should be included in the lib directory. It is not.

      Attachments

        1. mear-143.zip
          5 kB
          Laird Nelson

        Activity

          People

            Unassigned Unassigned
            ljnelson Laird Nelson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: