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 fr...@apache.org on 2015/08/06 16:15:44 UTC

empire-db git commit: ignore MANIFEST.MF for rat report

Repository: empire-db
Updated Branches:
  refs/heads/master 83302f083 -> 012a316f3


ignore MANIFEST.MF for rat report


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

Branch: refs/heads/master
Commit: 012a316f3fdcf04054be046c0f25c25ef2dc73cb
Parents: 83302f0
Author: Francis De Brabandere <fr...@apache.org>
Authored: Thu Aug 6 16:15:26 2015 +0200
Committer: Francis De Brabandere <fr...@apache.org>
Committed: Thu Aug 6 16:15:26 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/empire-db/blob/012a316f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6ba163f..e14b0da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -405,6 +405,7 @@
 			       		<excludes>
 			       			<!-- This might be to generic  -->
 			       			<exclude>release.properties</exclude>
+                            <exclude>**/META-INF/MANIFEST.MF</exclude>
 			       			<exclude>**/target/**</exclude>
 			      			<exclude>**/dependencies.txt</exclude>
                             <exclude>**/.idea/**</exclude>