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

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new 6cb3eb6  Fix build broken after committing github configuration file.
6cb3eb6 is described below

commit 6cb3eb642ab71c62ef321b068bf47cba354ebcf5
Author: Serge Huber <[email protected]>
AuthorDate: Fri Dec 11 11:10:33 2020 +0100

    Fix build broken after committing github configuration file.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index c0fb0ed..78b0ded 100644
--- a/pom.xml
+++ b/pom.xml
@@ -484,6 +484,8 @@
                                 <exclude>**/NOTICE-generated</exclude>
                                 <exclude>**/DEPENDENCIES</exclude>
                                 <exclude>**/target/**/*</exclude>
+                                <!-- Github configuration files -->
+                                <exclude>**/.github/**/*</exclude>
                                 <!-- GIT files -->
                                 <exclude>**/.git/**/*</exclude>
                                 <!-- IDEA files -->

Reply via email to