HDFS-9651. All web UIs should include a robots.txt file. Contributed by Lars Francke.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/69e0934f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/69e0934f Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/69e0934f Branch: refs/heads/HDFS-10467 Commit: 69e0934fc7310de92279490ba5b3b7687187ddad Parents: bf4ed74 Author: Akira Ajisaka <aajis...@apache.org> Authored: Wed Apr 5 12:45:28 2017 +0900 Committer: Inigo <inigo...@apache.org> Committed: Thu Apr 6 18:58:22 2017 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/69e0934f/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 9e59a31..65c3943 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/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> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org