Uploaded image for project: 'Maven Assembly Plugin'
  1. Maven Assembly Plugin
  2. MASSEMBLY-950

assemblies without identifier

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 3.3.0
    • None
    • component descriptor
    • None

    Description

      I have an application where I use the assembly plugin to create a package file for computation software called octave.
      It is just a file artifactId-version.tar.gz with a predefined folder structure.
      The problem is that the assembly plugin doesnt do without an assembly identifier.
      Then the result is something like artifactId-version-assId.tar.gz.
      Strictly speaking, octave needs the first kind of name without assId.
      My workaround is to copy xxx-assId.tar.gz to xxx.tar.gz
      but then the install plugin fails expecting still xxx-assId.tar.gz.

      My question is now whether it is possible to allow empty assid
      in case there is a single assembly only.
      This would solve my problem.
      The other way to solve is, maybe to understand how the install plugin finds out what to install.
      Does the assembly plugin pass any kind of information??
      I cannot imagine.

      Help, in any way, very much appreciated.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ErnstReissner Ernst Reissner
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: