You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2020/04/02 14:23:00 UTC

[commons-release-plugin] branch master updated: Ensure that license and notice files with alternative names are included.

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 363e5bb  Ensure that license and notice files with alternative names are included.
363e5bb is described below

commit 363e5bb1a111c243b81e3d15d9388d738a84532b
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Thu Apr 2 16:21:38 2020 +0200

    Ensure that license and notice files with alternative names are included.
---
 src/assembly/bin.xml | 2 ++
 src/assembly/src.xml | 1 +
 2 files changed, 3 insertions(+)

diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml
index 5cf5063..38f7c00 100755
--- a/src/assembly/bin.xml
+++ b/src/assembly/bin.xml
@@ -26,7 +26,9 @@
             <includes>
                 <include>CONTRIBUTING.md</include>
                 <include>LICENSE.txt</include>
+                <include>LICENSE</include>
                 <include>NOTICE.txt</include>
+                <include>NOTICE</include>
                 <include>README.md</include>
                 <include>RELEASE-NOTES.txt</include>
             </includes>
diff --git a/src/assembly/src.xml b/src/assembly/src.xml
index ee7f4a0..926b074 100755
--- a/src/assembly/src.xml
+++ b/src/assembly/src.xml
@@ -30,6 +30,7 @@
                 <include>fb-excludes.xml</include>
                 <include>LICENSE</include>
                 <include>LICENSE.txt</include>
+                <include>NOTICE</include>
                 <include>NOTICE.txt</include>
                 <include>pom.xml</include>
                 <include>README.md</include>