Просмотр исходного кода

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

(cherry picked from commit 09e6caec3dbba257f11fe7246d4c25ee8fc95d8b)
Akira Ajisaka 8 лет назад
Родитель
Сommit
a563fa8ee9
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      hadoop-hdfs-project/hadoop-hdfs/pom.xml

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

@@ -381,6 +381,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>