You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Luc Maisonobe (JIRA)" <ji...@apache.org> on 2017/11/14 13:19:00 UTC

[jira] [Created] (MSOURCES-106) Allow inclusion of additional files like LICENSE and NOTICE in source jar

Luc Maisonobe created MSOURCES-106:
--------------------------------------

             Summary: Allow inclusion of additional files like LICENSE and NOTICE in source jar
                 Key: MSOURCES-106
                 URL: https://issues.apache.org/jira/browse/MSOURCES-106
             Project: Maven Source Plugin
          Issue Type: New Feature
    Affects Versions: 3.0.1
         Environment: all
            Reporter: Luc Maisonobe


The source jar, despite not being intended as a full-featured source distribution, can be considered a derivative work. Some licenses (like the Apache License!) require that derivative work includes copies of important legal files, like LICENSE and NOTICE in the case of the
Apache License, but there may be other cases.

Currently, there are no provisions in the source plugin to add files that are not within
the source tree. Typical Apache projects put the LICENSE and NOTICE at the top level
of the project, outside of the source tree.

It would be nice to have an optional parameter "additionnalFiles" in the various goals source:jar, source:jar-no-fork, source:test-jar, source:tst-jar-no-fork where a list of additional files could be put in the jar (putting them at the top level of the jar would probably be OK, but some other plugins put such files in the META-INF directory within the jar)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)