You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by el...@apache.org on 2016/03/09 22:17:29 UTC

[2/3] calcite git commit: [CALCITE-1136] Update RAT exclusions for avatica directory

[CALCITE-1136] Update RAT exclusions for avatica directory


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

Branch: refs/heads/master
Commit: d1bbc0abba482986cf27da3d981fe4e37058db70
Parents: 48415a8
Author: Josh Elser <el...@apache.org>
Authored: Wed Mar 9 10:55:31 2016 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Wed Mar 9 16:12:29 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/calcite/blob/d1bbc0ab/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index febf18d..c45df4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -744,6 +744,8 @@ limitations under the License.
                 <exclude>src/main/resources/META-INF/services/java.sql.Driver</exclude>
                 <exclude>**/src/test/resources/**/*.csv</exclude>
                 <exclude>**/src/test/resources/bug/archers.json</exclude>
+                <!-- Exclude all of avatica, RAT is run in Avatica -->
+                <exclude>avatica/**</exclude>
 
                 <!-- Files generated by Jekyll. -->
                 <exclude>site/.sass-cache/**</exclude>