You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by dr...@apache.org on 2016/07/11 14:04:19 UTC

incubator-unomi git commit: build : ignore generated log files

Repository: incubator-unomi
Updated Branches:
  refs/heads/master 361596c66 -> cb52fef3e


build : ignore generated log files


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/cb52fef3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/cb52fef3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/cb52fef3

Branch: refs/heads/master
Commit: cb52fef3ebbb1932ee5dfa28f7decb1b58f7cc41
Parents: 361596c
Author: Thomas Draier <dr...@apache.org>
Authored: Mon Jul 11 16:04:14 2016 +0200
Committer: Thomas Draier <dr...@apache.org>
Committed: Mon Jul 11 16:04:14 2016 +0200

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/cb52fef3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c458007..ef5ad8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -419,6 +419,8 @@
                                 <exclude>**/src/main/webapp/robots.txt</exclude>
                                 <!-- Elastic search configuration files with (mostly) default configuration -->
                                 <exclude>**/src/main/resources/elasticsearch.yml</exclude>
+                                <!-- ignore generated log files -->
+                                <exclude>**/*.log</exclude>
                             </excludes>
                         </configuration>
                     </plugin>