浏览代码

HDFS-9651. All web UIs should include a robots.txt file. Contributed by Lars Francke.

Akira Ajisaka 8 年之前
父节点
当前提交
09e6caec3d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      hadoop-hdfs-project/hadoop-hdfs/pom.xml

+ 3 - 0
hadoop-hdfs-project/hadoop-hdfs/pom.xml

@@ -386,6 +386,9 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
             <exclude>src/test/resources/editsStored*</exclude>
             <exclude>src/test/resources/empty-file</exclude>
             <exclude>src/main/webapps/datanode/robots.txt</exclude>
+            <exclude>src/main/webapps/hdfs/robots.txt</exclude>
+            <exclude>src/main/webapps/journal/robots.txt</exclude>
+            <exclude>src/main/webapps/secondary/robots.txt</exclude>
             <exclude>src/contrib/**</exclude>
             <exclude>src/site/resources/images/*</exclude>
             <exclude>src/main/webapps/static/bootstrap-3.0.2/**</exclude>