You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2019/12/23 01:36:00 UTC

[jira] [Closed] (MASSEMBLY-497) Inclusion of DEPENDENCIES file in the 'bin' descriptor

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

Elliotte Rusty Harold closed MASSEMBLY-497.
-------------------------------------------

> Inclusion of DEPENDENCIES file in the 'bin' descriptor
> ------------------------------------------------------
>
>                 Key: MASSEMBLY-497
>                 URL: https://issues.apache.org/jira/browse/MASSEMBLY-497
>             Project: Maven Assembly Plugin
>          Issue Type: Improvement
>          Components: predefined descriptors
>    Affects Versions: 2.2-beta-5
>            Reporter: Clement Escoffier
>            Priority: Major
>
> The bin assembly descriptor does not include DEPENDENCIES files. In Apache Felix, we're using this file to list our dependencies. Despite this file it's not mandatory, it's always nice to inform users about projects dependencies.
> We recently realized that -bin artifacts generated during releases, do not include DEPENDENCIES files.
> Is it possible to include such file by default by just modifying the includes files in the 'bin' assembly descriptor:
> {code:xml}
> <fileSet>
>       <includes>
>         <include>${project.basedir}/README*</include>
>         <include>${project.basedir}/LICENSE*</include>
>         <include>${project.basedir}/NOTICE*</include>
>         <include>${project.basedir}/DEPENDENCIES*</include> <!-- Added -->
>       </includes>
> </fileSet>
> {code}
> Thanks.



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