Repository: hadoop
Updated Branches:
  refs/heads/branch-2.9 981f117a1 -> 7fd640788


HDFS-12889. Router UI is missing robots.txt file. Contributed by Bharat 
Viswanadham.

(cherry picked from commit 44b06d34a537f8b558007cc92a5d1a8e59b5d86b)
(cherry picked from commit 4e92b1e89e19547e2dbb508c86f9acea19ad7158)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7fd64078
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7fd64078
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/7fd64078

Branch: refs/heads/branch-2.9
Commit: 7fd6407886c1224c6fdf2367b6e07feb4b83a7fb
Parents: 981f117
Author: Akira Ajisaka <aajis...@apache.org>
Authored: Wed Dec 6 11:40:33 2017 +0900
Committer: Akira Ajisaka <aajis...@apache.org>
Committed: Wed Dec 6 11:43:08 2017 +0900

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/7fd64078/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 9bd48fb..87650ec 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml
@@ -394,6 +394,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd";>
             <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/main/webapps/router/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

Reply via email to