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:24:01 UTC

[commons-parent] 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-parent.git


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

commit d2523afefad285f80511fc6fcae3276503a39a2c
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Thu Apr 2 16:23:24 2020 +0200

    Ensure that license and notice files with alternative names are included.
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 93fbdea..a5b25bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,6 +414,8 @@
         <includes>
           <include>NOTICE.txt</include>
           <include>LICENSE.txt</include>
+          <include>NOTICE</include>
+          <include>LICENSE</include>
         </includes>
       </resource>
     </resources>
@@ -748,6 +750,8 @@
                   <fileset dir="${basedir}">
                     <include name="LICENSE.txt" />
                     <include name="NOTICE.txt" />
+                    <include name="LICENSE" />
+                    <include name="NOTICE" />
                   </fileset>
                 </copy>
               </target>