Browse Source

HADOOP-13901. Fix ASF License warnings.

Akira Ajisaka 8 năm trước cách đây
mục cha
commit
f378621546
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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>