瀏覽代碼

HADOOP-13901. Fix ASF License warnings.

Akira Ajisaka 8 年之前
父節點
當前提交
f378621546
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      hadoop-build-tools/pom.xml

+ 10 - 0
hadoop-build-tools/pom.xml

@@ -111,6 +111,16 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>maven-eclipse.xml</exclude>
+            <exclude>.externalToolBuilders/Maven_Ant_Builder.launch</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>