You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2021/02/16 22:54:00 UTC

[jira] [Closed] (MASSEMBLY-950) assemblies without identifier

     [ https://issues.apache.org/jira/browse/MASSEMBLY-950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov closed MASSEMBLY-950.
------------------------------------
    Resolution: Not A Problem

http://maven.apache.org/plugins/maven-assembly-plugin/single-mojo.html#appendAssemblyId

> assemblies without identifier
> -----------------------------
>
>                 Key: MASSEMBLY-950
>                 URL: https://issues.apache.org/jira/browse/MASSEMBLY-950
>             Project: Maven Assembly Plugin
>          Issue Type: Improvement
>          Components: component descriptor
>    Affects Versions: 3.3.0
>            Reporter: Ernst Reissner
>            Priority: Major
>
> 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. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)