Repository: hadoop Updated Branches: refs/heads/branch-2 7507ccd38 -> 88e179903
HDFS-9651. All web UIs should include a robots.txt file. Contributed by Lars Francke. (cherry picked from commit 09e6caec3dbba257f11fe7246d4c25ee8fc95d8b) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a563fa8e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a563fa8e Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a563fa8e Branch: refs/heads/branch-2 Commit: a563fa8ee960bf76425c7d3e3e7d9775f8ba3657 Parents: 7507ccd Author: Akira Ajisaka <[email protected]> Authored: Wed Apr 5 12:45:28 2017 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Wed Apr 5 12:46:09 2017 +0900 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/a563fa8e/hadoop-hdfs-project/hadoop-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index 46e4c32..87d1942 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
