From 44b06d34a537f8b558007cc92a5d1a8e59b5d86b Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Wed, 6 Dec 2017 11:40:33 +0900 Subject: [PATCH] HDFS-12889. Router UI is missing robots.txt file. Contributed by Bharat Viswanadham. --- hadoop-hdfs-project/hadoop-hdfs/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index 65eea31a32c..cfdadf27da6 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -389,6 +389,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> src/main/webapps/hdfs/robots.txt src/main/webapps/journal/robots.txt src/main/webapps/secondary/robots.txt + src/main/webapps/router/robots.txt src/contrib/** src/site/resources/images/* src/main/webapps/static/bootstrap-3.0.2/**