This is an automated email from the ASF dual-hosted git repository. shuber pushed a commit to branch unomi-1.5.x in repository https://gitbox.apache.org/repos/asf/unomi.git
commit f16e47368fa8b72067253eaddc9ca1d371c802f3 Author: Serge Huber <[email protected]> AuthorDate: Fri Dec 11 11:10:33 2020 +0100 Fix build broken after committing github configuration file. (cherry picked from commit 6cb3eb642ab71c62ef321b068bf47cba354ebcf5) --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index c71ed9d..8ed77d1 100644 --- a/pom.xml +++ b/pom.xml @@ -481,6 +481,8 @@ <exclude>**/NOTICE-generated</exclude> <exclude>**/DEPENDENCIES</exclude> <exclude>**/target/**/*</exclude> + <!-- Github configuration files --> + <exclude>**/.github/**/*</exclude> <!-- GIT files --> <exclude>**/.git/**/*</exclude> <!-- IDEA files -->
