Repository: incubator-juneau
Updated Branches:
  refs/heads/master 18f14a7d4 -> 30dd3b936


Exclude .settings files from RAT check.

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

Branch: refs/heads/master
Commit: 642f5dd3566f7b400f486fa18a69f1316b3ffb0d
Parents: 18f14a7
Author: JamesBognar <[email protected]>
Authored: Tue Feb 7 16:14:52 2017 -0500
Committer: JamesBognar <[email protected]>
Committed: Tue Feb 7 16:14:52 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/642f5dd3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4da6f48..a9d1356 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,6 +127,7 @@
                                                <exclude>**/.idea</exclude>
                                                <exclude>**/*.iml</exclude>
                                                
<exclude>**/*.classpath</exclude>
+                                               <exclude>**/*.settings</exclude>
                                                <exclude>**/*.log.*</exclude>
                                                <exclude>**/target/**</exclude>
                                                <exclude>DEPENDENCIES</exclude>

Reply via email to