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

ejb-client dependencies should be placed in defaultLibBundleDir

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.3.1
    • 2.4.1
    • None

    Description

      ejb-client jars should be placed in the defaultLibBundleDir when specified. They're just standard jar dependencies not J2EE artifacts so should be treated the same as other jars. They're currently being placed in the root directory.

      A workaround is to add an ejbClientModule entry to override the bundleDir:

      <modules>
      <ejbClientModule>
      <groupId>...</groupId>
      <artifactId>...</artifactId>
      <bundleDir>lib</bundleDir>
      </ejbClientModule>
      </modules>

      Attachments

        1. MEAR-85-ashipilev-TESTS.patch
          17 kB
          Aleksey Shipilev
        2. MEAR-85-ashipilev-v1.patch
          2 kB
          Aleksey Shipilev

        Activity

          People

            snicoll Stephane Nicoll
            jim_b_o James Olsen
            Votes:
            9 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: