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:30:46 UTC

empire-db git commit: Exclude JSON from rat

Repository: empire-db
Updated Branches:
  refs/heads/master 03910a602 -> c27b15b1d


Exclude JSON from rat

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

Branch: refs/heads/master
Commit: c27b15b1ddba60fc026e880ed8ca92351bb8673a
Parents: 03910a6
Author: Rainer Döbele <do...@apache.org>
Authored: Mon Sep 24 10:30:41 2018 +0200
Committer: Rainer Döbele <do...@apache.org>
Committed: Mon Sep 24 10:30:41 2018 +0200

----------------------------------------------------------------------
 pom.xml | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/empire-db/blob/c27b15b1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b6550ca..9015f8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -462,14 +462,17 @@
 			       	<version>0.11</version>
 			       	<configuration>
 			       		<excludes>
-			       			<!-- This might be to generic  -->
-			       			<exclude>release.properties</exclude>
-                            <exclude>**/META-INF/MANIFEST.MF</exclude>
+			       			<!-- folders -->
 			       			<exclude>**/target/**</exclude>
-			      			<exclude>**/dependencies.txt</exclude>
                             <exclude>**/.idea/**</exclude>
-                            <exclude>**/*.iml</exclude>
 			       			<exclude>**/.settings/**</exclude>
+			       			<!-- file types -->
+                            <exclude>**/*.iml</exclude>
+			       			<exclude>**/*.json</exclude>
+			       			<!-- specific files -->
+			       			<exclude>release.properties</exclude>
+                            <exclude>**/META-INF/MANIFEST.MF</exclude>
+			      			<exclude>**/dependencies.txt</exclude>
 			       			<exclude>**/.project</exclude>
 			       			<exclude>**/.classpath</exclude>
 			       			<exclude>**/.tomcatplugin</exclude>
@@ -542,7 +545,6 @@
 		                </includes>
                         <excludes>
                             <exclude>**/.idea/**</exclude>
-                            <exclude>**/*.json</exclude>
                         </excludes>
 		                <encoding>UTF-8</encoding>
 		            </configuration>