Repository: hadoop Updated Branches: refs/heads/branch-3.0.0 243a0812b -> c49b4f797
HDFS-12889. Router UI is missing robots.txt file. Contributed by Bharat Viswanadham. (cherry picked from commit 44b06d34a537f8b558007cc92a5d1a8e59b5d86b) (cherry picked from commit c81057d936353e385339ff0578aadaceeb465cb9) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c49b4f79 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c49b4f79 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c49b4f79 Branch: refs/heads/branch-3.0.0 Commit: c49b4f797794ff99e5d58ea67ef43bdd60a7861f Parents: 243a081 Author: Akira Ajisaka <[email protected]> Authored: Wed Dec 6 11:40:33 2017 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Wed Dec 6 11:42:12 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/c49b4f79/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 68bfcbc..b06f137 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"> <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: [email protected] For additional commands, e-mail: [email protected]
