You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2018/09/24 08:43:48 UTC

empire-db git commit: Exclude JSON from maven-license-plugin

Repository: empire-db
Updated Branches:
  refs/heads/master c27b15b1d -> 94ed7e388


Exclude JSON from maven-license-plugin

Project: http://git-wip-us.apache.org/repos/asf/empire-db/repo
Commit: http://git-wip-us.apache.org/repos/asf/empire-db/commit/94ed7e38
Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/94ed7e38
Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/94ed7e38

Branch: refs/heads/master
Commit: 94ed7e388322c9a1193f7e10b289b96e3d3799aa
Parents: c27b15b
Author: Rainer Döbele <do...@apache.org>
Authored: Mon Sep 24 10:43:44 2018 +0200
Committer: Rainer Döbele <do...@apache.org>
Committed: Mon Sep 24 10:43:44 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/empire-db/blob/94ed7e38/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9015f8c..b88efe5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -545,6 +545,7 @@
 		                </includes>
                         <excludes>
                             <exclude>**/.idea/**</exclude>
+			       			<exclude>**/*.json</exclude>
                         </excludes>
 		                <encoding>UTF-8</encoding>
 		            </configuration>