You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2014/12/17 19:04:22 UTC

[2/5] [math] Prevent RAT plugin from complaining about spurious development files.

Prevent RAT plugin from complaining about spurious development files.

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/3b58a282
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/3b58a282
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/3b58a282

Branch: refs/heads/master
Commit: 3b58a282b96cca7b330405573d148de9f6cb3b83
Parents: 2ed43de
Author: Luc Maisonobe <lu...@apache.org>
Authored: Wed Dec 17 19:01:56 2014 +0100
Committer: Luc Maisonobe <lu...@apache.org>
Committed: Wed Dec 17 19:01:56 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-math/blob/3b58a282/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 13b0e2a..f5ba759 100644
--- a/pom.xml
+++ b/pom.xml
@@ -614,6 +614,7 @@
             <exclude>.gitignore</exclude>
             <exclude>.git/**</exclude>
             <exclude>.checkstyle</exclude>
+            <exclude>.ekstazi/**</exclude>
 
           </excludes>
         </configuration>