Create .asf.yaml (#2226)

* Create .asf.yaml

* Exclude asf.yaml from RAT check
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>