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

khmarbaise pushed a commit to branch MNG-6492
in repository https://gitbox.apache.org/repos/asf/maven.git

commit d5ad2fce61a92f238bf4a1f19430b4b7c8b6f32f
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Sat Sep 22 11:41:40 2018 +0200

    Excluded the license files cause they do not contain
    a license of themselfs.
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index be6cd4a..c1645b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -512,6 +512,11 @@ under the License.
               <exclude>src/test/projects/**</exclude>
               <exclude>src/test/remote-repo/**</exclude>
               <exclude>**/*.odg</exclude>
+              <!--
+                ! Excluded the license files itself cause they do not have 
have a license of themselfs.
+              -->
+              
<exclude>src/main/appended-resources/licenses/CDDL-1.0.txt</exclude>
+              
<exclude>src/main/appended-resources/licenses/EPL-1.0.txt</exclude>
             </excludes>
           </configuration>
         </plugin>

Reply via email to