Uploaded image for project: 'OpenEJB'
  1. OpenEJB
  2. OPENEJB-590

mvn -Dassemble does not create bin directory in the assembly of module openejb-standalone

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.7.0
    • 4.7.0
    • None
    • None
    • win xp sp2

    Description

      mvn -Dassemble does not create bin directory in the assembly of module openejb-standalone. This is because of the following in assembly/openejb-standalone/src/main/assembly/bin.xml.
      <fileSet>
      <directory>target/classes/</directory>
      <outputDirectory>bin/</outputDirectory>

      The problem is that when the above is executed by Maven, it finds that there are no files in target/classes, so it skips copying anything from this folder to the bin folder. Since, it skips the copying, it never creates the bin folder.

      Attachments

        1. OPENEJB-590.patch
          0.8 kB
          karan singh malhi
        2. openejb-590-1.patch
          4 kB
          karan singh malhi

        Activity

          People

            karan_malhi karan singh malhi
            karan_malhi karan singh malhi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: