This is an automated email from the ASF dual-hosted git repository.

cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d0c21b  Create .asf.yaml (#2226)
2d0c21b is described below

commit 2d0c21b27e559013028bc452cf8df569410a55e0
Author: Charles S. Givre <[email protected]>
AuthorDate: Fri May 14 18:58:12 2021 -0400

    Create .asf.yaml (#2226)
    
    * Create .asf.yaml
    
    * Exclude asf.yaml from RAT check
---
 .asf.yaml | 22 ++++++++++++++++++++++
 pom.xml   |  2 ++
 2 files changed, 24 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..726f937
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,22 @@
+# 
https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
+
+github:
+  description: "Apache Drill is a distributed MPP query layer for self 
describing data"
+  homepage: https://drill.apache.org/
+  labels:
+    - drill
+    - sql
+    - big-data
+    - java
+    - hive
+    - hadoop
+    - jdbc
+    - parquet
+  
+  features:
+    # Enable wiki for documentation
+    wiki: true
+    # Enable issue management
+    issues: true
+    # Enable projects for project management boards
+    projects: true
diff --git a/pom.xml b/pom.xml
index 0e4f63a..20d7fbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -367,6 +367,7 @@
             <exclude>**/clientlib/y2038/*.c</exclude> <!-- All the files here 
should have MIT License -->
             <exclude>**/clientlib/y2038/*.h</exclude> <!-- All the files here 
should have MIT License -->
             <exclude>**/resources/parquet/**/*</exclude>
+            <exclude>**/.asf.yaml</exclude>
             <exclude>**/*.woff2</exclude>
             <exclude>**/*.ks</exclude>
             <exclude>**/*.pcap</exclude>
@@ -677,6 +678,7 @@
               <exclude>**/clientlib/y2038/*.c</exclude> <!-- All the files 
here should have MIT License -->
               <exclude>**/clientlib/y2038/*.h</exclude> <!-- All the files 
here should have MIT License -->
               <exclude>**/resources/parquet/**/*</exclude>
+              <exclude>**/.asf.yaml</exclude>
               <exclude>**/*.woff2</exclude>
               <exclude>**/*.ks</exclude>
               <exclude>**/*.pcap</exclude>

Reply via email to